Skip to content

Commit

Permalink
Merge pull request #665 from eclipse/cd_javadoc
Browse files Browse the repository at this point in the history
fix some javadoc issues
  • Loading branch information
cdietrich authored Sep 22, 2022
2 parents 34d3bd4 + aba45a2 commit 89b5cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3327,7 +3327,7 @@ interface VariablePresentationHintKind {
/**
* Indicates that a data breakpoint is registered for the object.
*
* @deprecated The {@link VariablePresentationHintAttributes#hasDataBreakpoint} attribute should generally be used instead.
* @deprecated The {@link VariablePresentationHintAttributes#HAS_DATA_BREAKPOINT} attribute should generally be used instead.
*/
@Deprecated
public static final String DATA_BREAKPOINT = "dataBreakpoint";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import org.eclipse.lsp4j.DidCloseNotebookDocumentParams;
import org.eclipse.lsp4j.DidOpenNotebookDocumentParams;
import org.eclipse.lsp4j.DidSaveNotebookDocumentParams;
import org.eclipse.lsp4j.ServerCapabilities;
import org.eclipse.lsp4j.jsonrpc.services.JsonNotification;
import org.eclipse.lsp4j.jsonrpc.services.JsonSegment;

Expand Down

0 comments on commit 89b5cd2

Please sign in to comment.