jiacheliu3 commented on code in PR #733: URL: https://github.com/apache/ratis/pull/733#discussion_r971492820
########## ratis-server/src/main/java/org/apache/ratis/server/impl/RaftServerImpl.java: ########## @@ -95,9 +95,9 @@ import static org.apache.ratis.util.LifeCycle.State.RUNNING; import static org.apache.ratis.util.LifeCycle.State.STARTING; -class RaftServerImpl implements RaftServer.Division, +public class RaftServerImpl implements RaftServer.Division, Review Comment: have to add the `public` due to the cast in `LogAppenderDaemon` -- 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]
