pkuwm commented on a change in pull request #693: Removed useless znodes to 
resolve dependency between test methods in TestZKUtil
URL: https://github.com/apache/helix/pull/693#discussion_r369317301
 
 

 ##########
 File path: helix-core/src/test/java/org/apache/helix/manager/zk/TestZKUtil.java
 ##########
 @@ -37,13 +37,15 @@
 import org.testng.annotations.BeforeClass;
 import org.testng.annotations.Test;
 
+
 public class TestZKUtil extends ZkUnitTestBase {
   private static Logger LOG = LoggerFactory.getLogger(TestZKUtil.class);
 
   String clusterName = CLUSTER_PREFIX + "_" + getShortClassName();
 
   @BeforeClass()
-  public void beforeClass() throws Exception {
+  public void beforeClass()
+      throws Exception {
 
 Review comment:
   Nit, this line is unnecessary. Style format file is updated in master 
branch. You may want to re-import the file in your Intellij so this line won't 
be formatted. 

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