Skip to content

Commit 166c8ad

Browse files
committedJun 3, 2022
remove comment
1 parent 4d567c3 commit 166c8ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/main/java/fr/adrienbrault/idea/symfony2plugin/doctrine/completion/DoctrineCompletionContributor.java

-3
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,11 @@ protected void addCompletions(@NotNull CompletionParameters completionParameters
5959

6060
LookupElement elementBuilder = new Foo(phpClass);
6161

62-
// does this have an effect really?
6362
completionResultSet.addElement(
6463
PrioritizedLookupElement.withPriority(elementBuilder, 100)
6564
);
6665
}
67-
6866
}
69-
7067
});
7168
}
7269

0 commit comments

Comments
 (0)
Please sign in to comment.