From 0ade0f126a1dd1dfccbd0b5c13e558b453f25e94 Mon Sep 17 00:00:00 2001 From: Jinbo Wang Date: Mon, 22 Mar 2021 16:27:29 +0800 Subject: [PATCH] AUse {@link FileOperationPatternKind} to reference the source of values. Signed-off-by: Jinbo Wang --- .../src/main/java/org/eclipse/lsp4j/Protocol.xtend | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/Protocol.xtend b/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/Protocol.xtend index 4bbd31043..0bf369658 100644 --- a/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/Protocol.xtend +++ b/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/Protocol.xtend @@ -7053,10 +7053,9 @@ class FileOperationPattern { /** * Whether to match files or folders with this pattern. * - * The match kind could be FileOperationPatternKind.File, - * FileOperationPatternKind.Folder and undefined. - * * Matches both if undefined. + * + * See {@link FileOperationPatternKind} for allowed values. */ String matches