File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/github/lppedd/cc/angular2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828import com .intellij .psi .util .CachedValueProvider .Result ;
2929import com .intellij .psi .util .CachedValuesManager ;
3030import com .intellij .psi .util .PsiModificationTracker ;
31- import com .intellij .util .containers .ContainerUtilRt ;
31+ import com .intellij .util .containers .ContainerUtil ;
3232
3333import lombok .var ;
3434
@@ -103,7 +103,7 @@ private Collection<Angular2Module> findSourceModules() {
103103 elementProvider -> {
104104 if (elementProvider .isValid ()) {
105105 final Angular2Module module = Angular2EntitiesProvider .getModule (elementProvider );
106- ContainerUtilRt .addIfNotNull (modules , module );
106+ ContainerUtil .addIfNotNull (modules , module );
107107 }
108108
109109 return true ;
You can’t perform that action at this time.
0 commit comments