From 142b1a1c8eded7f4f2530ea8d96afd8c32aed284 Mon Sep 17 00:00:00 2001 From: REAS Date: Fri, 2 Oct 2015 14:38:33 -0700 Subject: [PATCH] Update to XML reference for getChild() --- core/src/processing/data/XML.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/processing/data/XML.java b/core/src/processing/data/XML.java index 19086dfc7..5a9d78f78 100644 --- a/core/src/processing/data/XML.java +++ b/core/src/processing/data/XML.java @@ -443,7 +443,7 @@ public class XML implements Serializable { * Get a child by its name or path. * * @param name element name or path/to/element - * @return the first matching element + * @return the first matching element or null if no match */ public XML getChild(String name) { if (name.length() > 0 && name.charAt(0) == '/') {