Reidddddd commented on a change in pull request #3883:
URL: https://github.com/apache/hbase/pull/3883#discussion_r757352903
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationLoadSink.java
##########
@@ -22,7 +22,6 @@
private final long timestampStarted;
private final long totalOpsProcessed;
- // TODO: add the builder for this class
@InterfaceAudience.Private
public ReplicationLoadSink(long age, long timestamp, long timestampStarted,
Review comment:
The constructor should be private when you use Builder pattern.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]