Skip to content

Commit

Permalink
spotbugs check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clintropolis committed Nov 7, 2024
1 parent 6e35248 commit 8b86c82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public abstract class DictionaryEncodedColumnMerger<T extends Comparable<T>> imp

protected File segmentBaseDir;
@MonotonicNonNull
protected PersistedIdConversions persistedIdConversions = null;
protected PersistedIdConversions persistedIdConversions;

public DictionaryEncodedColumnMerger(
String dimensionName,
Expand Down

0 comments on commit 8b86c82

Please sign in to comment.