1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

Reverted to 1.71. Change to method visibility was accidental.

This commit is contained in:
John Cortell 2007-05-16 19:52:09 +00:00
parent 9d0bde031c
commit 159f6f5c76

View file

@ -595,7 +595,7 @@ public class CValue extends AbstractCValue {
}
}
protected static CVariableFormat getNaturalFormat(ICDIValue value, CVariableFormat defaultFormat) throws CDIException {
private static CVariableFormat getNaturalFormat(ICDIValue value, CVariableFormat defaultFormat) throws CDIException {
if (value instanceof ICDIFormattable) {
int naturalFormat = ((ICDIFormattable)value).getNaturalFormat();
switch (naturalFormat) {