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:
parent
9d0bde031c
commit
159f6f5c76
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue