Skip to content

Commit

Permalink
SLLS-265 fix QG
Browse files Browse the repository at this point in the history
  • Loading branch information
sophio-japharidze-sonarsource committed Sep 23, 2024
1 parent 1419811 commit b973712
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public class VersionedOpenNotebook {

private final URI uri;
private Integer notebookVersion;
private Integer indexedNotebookVersion;
private final LinkedHashMap<String, TextDocumentItem> cells = new LinkedHashMap<>();
private final List<TextDocumentItem> orderedCells = new ArrayList<>();
private final Map<Integer, TextDocumentItem> fileLineToCell = new HashMap<>();
Expand Down Expand Up @@ -85,7 +84,6 @@ private void indexCellsByLineNumber() {
}
cellCount++;
}
indexedNotebookVersion = notebookVersion;
}

public static VersionedOpenNotebook create(URI baseUri, int version, List<TextDocumentItem> cells, NotebookDiagnosticPublisher notebookDiagnosticPublisher) {
Expand Down

0 comments on commit b973712

Please sign in to comment.