Skip to content

Commit

Permalink
[update][plugin][hbase20xreader] Remove redundant initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzhao committed Oct 30, 2024
1 parent b33492b commit fe7e2b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public class MultiVersionDynamicColumnTask
extends MultiVersionTask
{
private List<String> columnFamilies = null;
private final List<String> columnFamilies;

public MultiVersionDynamicColumnTask(Configuration configuration)
{
Expand Down

0 comments on commit fe7e2b2

Please sign in to comment.