Skip to content

Commit

Permalink
fix javadoc warning (#795)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
Co-authored-by: Christian Dietrich <[email protected]>
  • Loading branch information
jonahgraham and cdietrich committed Feb 12, 2024
1 parent 76609a8 commit 56100e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56100e1

Please sign in to comment.