Ryan0751 commented on a change in pull request #395:
URL: https://github.com/apache/curator/pull/395#discussion_r691206333
##########
File path:
curator-x-async/src/test/java/org/apache/curator/x/async/modeled/TestZPath.java
##########
@@ -57,11 +57,11 @@ public void testBasic()
assertFalse(path.startsWith(ZPath.root.child("two")));
ZPath checkIdLike = ZPath.parse("/one/{two}/three");
Review comment:
Thank you for the back history.
That does make me nervous to introduce this type of change. And, given
there are other ways to construct the path the way the I want, it may not be
worth the risk.
I'd still be happy to make a few additions to the documentation (javadoc as
well as those unit test cases) so that confusion for people like me is reduced
in the future :)
Would it be more appropriate to re-purpose this PR, or create a new one?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]