maoling commented on code in PR #1849:
URL: https://github.com/apache/zookeeper/pull/1849#discussion_r843424506


##########
zookeeper-contrib/zookeeper-contrib-loggraph/src/main/java/org/apache/zookeeper/graph/servlets/JsonServlet.java:
##########
@@ -30,7 +30,7 @@
 
 import java.util.Map;
 
-abstract public class JsonServlet extends HttpServlet {
+public abstract class JsonServlet extends HttpServlet {
     abstract String handleRequest(JsonRequest request) throws Exception;
 

Review Comment:
   There is no essential difference between `public abstract`  and `abstract 
public`, just writing style.



-- 
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]

Reply via email to