ソースを参照

ZOOKEEPER-1220 - minor fixup (formatting) to the previously applied 1220 patch

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1214528 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 13 年 前
コミット
5040b7eb0e
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/java/test/org/apache/zookeeper/ZooKeeperTest.java

+ 2 - 2
src/java/test/org/apache/zookeeper/ZooKeeperTest.java

@@ -210,8 +210,8 @@ public class ZooKeeperTest extends ClientBase {
         try {
         try {
             Assert.assertTrue("Created node with wrong option", zkMain
             Assert.assertTrue("Created node with wrong option", zkMain
                     .processZKCmd(zkMain.cl));
                     .processZKCmd(zkMain.cl));
-            Assert
-                    .fail("Created the node with wrong option should throw Exception.");
+            Assert.fail("Created the node with wrong option should "
+                    + "throw Exception.");
         } catch (IllegalArgumentException e) {
         } catch (IllegalArgumentException e) {
             Assert.assertEquals("Path must start with / character", e
             Assert.assertEquals("Path must start with / character", e
                     .getMessage());
                     .getMessage());