1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-05 07:15:39 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2015-06-16 16:03:14 -07:00
parent 411506db88
commit a0fe9152df

View file

@ -84,7 +84,7 @@ public class LookupData extends ScopeLookupData {
public Map<ICPPNamespaceScope, List<ICPPNamespaceScope>> usingDirectives= Collections.emptyMap(); public Map<ICPPNamespaceScope, List<ICPPNamespaceScope>> usingDirectives= Collections.emptyMap();
/** Used to ensure we don't visit things more than once. */ /** Used to ensure we don't visit things more than once. */
public ObjectSet<IScope> visited= new ObjectSet<IScope>(1); public ObjectSet<IScope> visited= new ObjectSet<>(1);
public boolean contentAssist = false; public boolean contentAssist = false;