mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 07:15:39 +02:00
Cosmetics.
This commit is contained in:
parent
411506db88
commit
a0fe9152df
1 changed files with 43 additions and 43 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue