Skip to content

Commit

Permalink
Merge pull request #5154 from mP1/feature/SpreadsheetComparatorNameLi…
Browse files Browse the repository at this point in the history
…st-EMPTY-null-FIX

SpreadsheetComparatorNameList.EMPTY null FIX
  • Loading branch information
mP1 committed Sep 21, 2024
2 parents ddc4887 + 58b66eb commit abbb67a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public final class SpreadsheetComparatorNameList extends AbstractList<Spreadshee
/**
* An empty {@link SpreadsheetComparatorNameList}.
*/
public final static SpreadsheetComparatorNameList EMPTY = SpreadsheetComparatorNameList.with(
public final static SpreadsheetComparatorNameList EMPTY = new SpreadsheetComparatorNameList(
Lists.empty()
);

Expand Down

0 comments on commit abbb67a

Please sign in to comment.