mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
[cleanup] compiler warnings
This commit is contained in:
parent
dd3254b0fd
commit
a63480c5c0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public interface ISystemFilePreferencesConstants
|
|||
|
||||
public static final String FILETRANSFERMODEDEFAULT = ROOT + "filetransfermodedefault"; //$NON-NLS-1$
|
||||
|
||||
public static final String PRESERVETIMESTAMPS = ROOT + "preservetimestamps"; // $NON-NLS-1$
|
||||
public static final String PRESERVETIMESTAMPS = ROOT + "preservetimestamps"; //$NON-NLS-1$
|
||||
|
||||
public static final String LIMIT_CACHE = ROOT + "limit.cache"; //$NON-NLS-1$
|
||||
public static final String MAX_CACHE_SIZE = ROOT + "max.cache.size"; //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue