Skip to content

Commit

Permalink
Reverted some comment changes that should not have occurred.
Browse files Browse the repository at this point in the history
  • Loading branch information
SCWells72 committed Dec 22, 2024
1 parent 4edcca2 commit 78feed2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,11 @@ public void addLookupItem(@NotNull LSPCompletionContext context,
}

/**
* Returns true if completion item must be resolved and false otherwise when completion item is used.
* Returns true if completion item must be resolved and false otherwise when completion item is applied.
*
* @param item the completion item which is used.
* @param item the completion item which is applied.
* @param file the file.
* @return true if completion item must be resolved and false otherwise when completion item is used.
* @return true if completion item must be resolved and false otherwise when completion item is applied.
*/
public boolean shouldResolveOnApply(@NotNull CompletionItem item,
@NotNull PsiFile file) {
Expand Down

0 comments on commit 78feed2

Please sign in to comment.