From a658d44b0329110b19fb7714e99c6c84482af5a2 Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Sun, 31 Dec 2023 18:55:46 +0100 Subject: [PATCH] fix javadoc warning Signed-off-by: Christian Dietrich --- .../src/main/java/org/eclipse/lsp4j/Protocol.xtend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a8d3bc1d9..4a270611d 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 @@ -6683,7 +6683,7 @@ class DocumentSymbol { * Deprecated Use {@link DocumentSymbol} or {@link WorkspaceSymbol} instead if supported. * * This class is deprecated in the LSP specification. It is not annotated with Deprecated - * annotation because the {@link org.eclipse.lsp4j.services.TextDocumentService.documentSymbol(DocumentSymbolParams)} + * annotation because the {@link org.eclipse.lsp4j.services.TextDocumentService#documentSymbol(DocumentSymbolParams)} * method requires it and causes deprecated warning in the code of all users of that API. */ @JsonRpcData