mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
5e0dd6ee10
commit
fe9af4f721
1 changed files with 4 additions and 4 deletions
|
@ -289,16 +289,16 @@ public class IndexerPreferences {
|
|||
};
|
||||
}
|
||||
|
||||
private static Preferences getDefaultPreferences() {
|
||||
return DefaultScope.INSTANCE.getNode(QUALIFIER).node(INDEXER_NODE);
|
||||
private static Preferences getInstancePreferences() {
|
||||
return InstanceScope.INSTANCE.getNode(QUALIFIER).node(INDEXER_NODE);
|
||||
}
|
||||
|
||||
private static Preferences getConfigurationPreferences() {
|
||||
return ConfigurationScope.INSTANCE.getNode(QUALIFIER).node(INDEXER_NODE);
|
||||
}
|
||||
|
||||
private static Preferences getInstancePreferences() {
|
||||
return InstanceScope.INSTANCE.getNode(QUALIFIER).node(INDEXER_NODE);
|
||||
private static Preferences getDefaultPreferences() {
|
||||
return DefaultScope.INSTANCE.getNode(QUALIFIER).node(INDEXER_NODE);
|
||||
}
|
||||
|
||||
public static Preferences getProjectPreferences(IProject project) {
|
||||
|
|
Loading…
Add table
Reference in a new issue