mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
CollectionFactory: factory methods added. Got rid of Guava dependency
This commit is contained in:
@@ -40,7 +40,7 @@ public class LightModifierList extends LightElement implements PsiModifierList {
|
||||
|
||||
public LightModifierList(PsiManager manager, final Language language, String... modifiers) {
|
||||
super(manager, language);
|
||||
myModifiers = CollectionFactory.newTroveSet(modifiers);
|
||||
myModifiers = CollectionFactory.troveSet(modifiers);
|
||||
}
|
||||
|
||||
public void addModifier(String modifier) {
|
||||
|
||||
Reference in New Issue
Block a user