mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
Merge pull request #1801 from eclipse/cd_issue1787
Make QualifiedName.USE_INTERNING writable (using reflection)
This commit is contained in:
commit
4b5dd10f6f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class QualifiedName implements Comparable<QualifiedName> {
|
|||
|
||||
private QualifiedName lowerCase;
|
||||
|
||||
private static final boolean USE_INTERNING = Boolean.getBoolean("xtext.qn.interning");
|
||||
private static boolean USE_INTERNING = Boolean.getBoolean("xtext.qn.interning");
|
||||
|
||||
/**
|
||||
* The single existing empty QualifiedName.
|
||||
|
|
Loading…
Reference in a new issue