Skip to content

Commit

Permalink
Change getModifiableCollection method result
Browse files Browse the repository at this point in the history
  • Loading branch information
zihaoAK47 committed Oct 17, 2023
1 parent e91351b commit 0c9b9e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public Statistic getStatistic() {

@Override
public Collection<Object[]> getModifiableCollection() {
return new LinkedList<>();
return null;
}

@Override
Expand Down

0 comments on commit 0c9b9e9

Please sign in to comment.