diff --git a/src/main/java/com/redhat/devtools/lsp4ij/client/features/LSPCompletionFeature.java b/src/main/java/com/redhat/devtools/lsp4ij/client/features/LSPCompletionFeature.java index 9dd0d5e2..ed8c607e 100644 --- a/src/main/java/com/redhat/devtools/lsp4ij/client/features/LSPCompletionFeature.java +++ b/src/main/java/com/redhat/devtools/lsp4ij/client/features/LSPCompletionFeature.java @@ -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) {