Skip to content

Commit

Permalink
Merge pull request #6007 from mP1/feature/SpreadsheetLabelName-ANCHOR…
Browse files Browse the repository at this point in the history
…S-made-static

SpreadsheetLabelName ANCHORS made static
  • Loading branch information
mP1 authored Mar 5, 2025
2 parents 8798f96 + 9396b16 commit ac24a89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Set<SpreadsheetViewportAnchor> anchors() {
return ANCHORS;
}

private final Set<SpreadsheetViewportAnchor> ANCHORS = EnumSet.of(SpreadsheetViewportAnchor.NONE);
private final static Set<SpreadsheetViewportAnchor> ANCHORS = EnumSet.of(SpreadsheetViewportAnchor.NONE);

// SpreadsheetSelectionVisitor......................................................................................

Expand Down

0 comments on commit ac24a89

Please sign in to comment.