jmslocum16 commented on a change in pull request #376:
URL: https://github.com/apache/curator/pull/376#discussion_r572482518



##########
File path: 
curator-framework/src/main/java/org/apache/curator/framework/imps/CreateBuilderImpl.java
##########
@@ -569,7 +583,7 @@ public String forPath(final String givenPath, byte[] data) 
throws Exception
             data = client.getCompressionProvider().compress(givenPath, data);
         }
 
-        final String adjustedPath = 
adjustPath(client.fixForNamespace(givenPath, createMode.isSequential()));
+        final String adjustedPath = 
adjustPath(client.fixForNamespace(givenPath, createMode.isnSequential()));

Review comment:
       oh, yeah :( fixed




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


Reply via email to