Skip to content

Commit

Permalink
More package fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Alfonsi <[email protected]>
  • Loading branch information
Peter Alfonsi committed Nov 5, 2024
1 parent f85b719 commit a39d586
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public void decrementItems(List<String> dimensionValues) {
super.decrementItems(dimensionValues);
}

public void setDiskCacheEnabled(boolean diskCacheEnabled) {
void setDiskCacheEnabled(boolean diskCacheEnabled) {
this.diskCacheEnabled = diskCacheEnabled;
}

Expand Down

0 comments on commit a39d586

Please sign in to comment.