Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
5040b7eb0e

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

@@ -210,8 +210,8 @@ public class ZooKeeperTest extends ClientBase {
         try {
             Assert.assertTrue("Created node with wrong option", zkMain
                     .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) {
             Assert.assertEquals("Path must start with / character", e
                     .getMessage());