mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 12:25:35 +02:00
Mistype in the 'CheckType' method.
This commit is contained in:
parent
ff9ca80b0c
commit
8b9da1bd68
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-08-11 Mikhail Khodjaiants
|
||||
* src/org/eclipse/cdt/debug/mi/core/cdi/variableManager.java
|
||||
Mistype in the 'CheckType' method.
|
||||
|
||||
2003-08-07 Alain Magloire
|
||||
|
||||
* src/org/eclipse/cdt/debug/mi/core/cdi/variableManager.java
|
||||
|
|
|
@ -138,7 +138,7 @@ public class VariableManager extends SessionObject implements ICDIVariableManage
|
|||
throw new MI2CDIException(e);
|
||||
}
|
||||
} else {
|
||||
throw new CDIException("Unkown type");
|
||||
throw new CDIException("Unknown type");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue