NealSun96 commented on a change in pull request #751: Implement 
getAllMappingUnderPath and getMetadataStoreRealm
URL: https://github.com/apache/helix/pull/751#discussion_r378491802
 
 

 ##########
 File path: 
helix-rest/src/main/java/org/apache/helix/rest/metadatastore/accessor/ZkRoutingDataReader.java
 ##########
 @@ -36,8 +36,8 @@
 import org.apache.helix.zookeeper.zkclient.exception.ZkNoNodeException;
 import org.apache.zookeeper.Watcher;
 
-
-public class ZkRoutingDataReader implements MetadataStoreRoutingDataReader, 
IZkDataListener, IZkChildListener, IZkStateListener {
+public class ZkRoutingDataReader
+    implements MetadataStoreRoutingDataReader, IZkDataListener, 
IZkChildListener, IZkStateListener {
 
 Review comment:
   I'm using helix-style.xml as suggested by this doc: 
https://cwiki.apache.org/confluence/display/HELIX/Coding+Style . The linked doc 
come from 
https://iwww.corp.linkedin.com/wiki/cf/pages/viewpage.action?pageId=209597012 . 
helix-style-intellij.xml was not mentioned anywhere as far as I know. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to