From 06035efc713c0b388d0e112e1a72fe8b07c5ade3 Mon Sep 17 00:00:00 2001
From: Ray Lee
Date: Thu, 4 Aug 2016 00:00:32 -0700
Subject: [PATCH] DRYD-23: Fix a comment.
---
.../org/collectionspace/services/common/xmljson/XmlNode.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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) {
--
2.47.3