From: Ray Lee Date: Thu, 4 Aug 2016 07:00:32 +0000 (-0700) Subject: DRYD-23: Fix a comment. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=06035efc713c0b388d0e112e1a72fe8b07c5ade3;p=tmp%2Fjakarta-migration.git DRYD-23: Fix a comment. --- diff --git a/services/common/src/main/java/org/collectionspace/services/common/xmljson/XmlNode.java b/services/common/src/main/java/org/collectionspace/services/common/xmljson/XmlNode.java index 37b3d3937..2481e6836 100644 --- a/services/common/src/main/java/org/collectionspace/services/common/xmljson/XmlNode.java +++ b/services/common/src/main/java/org/collectionspace/services/common/xmljson/XmlNode.java @@ -306,8 +306,8 @@ public class XmlNode { * in the future.

* *

If the node to be added contains no content, and - * isDiscardEmptyChildren() is true, the node is not added.

- * + * isRetainEmptyChildren() is false, the node is not added.

+ * * @param node the node to add as a child */ public void addChild(XmlNode node) {