Kein Compileraufruf bei Type-Insert
- ResultPairMap wird wieder geleeert.
This commit is contained in:
parent
23c37a8cc2
commit
481986e8ab
@ -27,4 +27,9 @@ public class ResultPairMap {
|
||||
public ResultPair<?,?> get(Token tkn, String insertString) {
|
||||
return inner.get(tkn);
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
inner.clear();
|
||||
indexMap.clear();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user