Skip to content

Commit

Permalink
Changing access specifier from private to protetcted for dataDir and …
Browse files Browse the repository at this point in the history
…propertyStore to allow access from subclasses
  • Loading branch information
Aman Khanchandani committed Jun 27, 2024
1 parent 4ff20bb commit 4ae2dca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ private enum LineageUpdateType {

private final String _helixZkURL;
private final String _helixClusterName;
private final String _dataDir;
protected final String _dataDir;
private final boolean _isSingleTenantCluster;
private final boolean _enableBatchMessageMode;
private final int _deletedSegmentsRetentionInDays;
Expand Down

0 comments on commit 4ae2dca

Please sign in to comment.