desaikomal commented on code in PR #2502:
URL: https://github.com/apache/helix/pull/2502#discussion_r1201197568
##########
helix-core/src/main/java/org/apache/helix/manager/zk/CallbackHandler.java:
##########
@@ -747,7 +752,7 @@ public void reset() {
reset(true);
}
- void reset(boolean isShutdown) {
+ public void reset(boolean isShutdown) {
Review Comment:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile)
on project helix-core: Compilation failure: Compilation failure:
[ERROR]
/Users/kdesai/experiment/helix/helix-core/src/main/java/org/apache/helix/manager/zk/ZKHelixManager.java:[384,16]
reset(boolean) has private access in
org.apache.helix.manager.zk.CallbackHandler
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]