kezhuw commented on code in PR #513:
URL: https://github.com/apache/curator/pull/513#discussion_r1893285242


##########
curator-framework/src/main/java/org/apache/curator/framework/imps/GetChildrenBuilderImpl.java:
##########
@@ -165,14 +165,15 @@ public void performBackgroundOperation(final 
OperationAndData<String> operationA
                 @Override
                 public void processResult(int rc, String path, Object o, 
List<String> strings, Stat stat) {
                     watching.commitWatcher(rc, false);
+                    if (strings == null) {
+                        strings = Lists.newArrayList();
+                    }

Review Comment:
   I saw that. Thank you!



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

Reply via email to