]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
DRYD-23: Fix a comment.
authorRay Lee <rhlee@berkeley.edu>
Thu, 4 Aug 2016 07:00:32 +0000 (00:00 -0700)
committerRay Lee <rhlee@berkeley.edu>
Thu, 4 Aug 2016 07:00:32 +0000 (00:00 -0700)
services/common/src/main/java/org/collectionspace/services/common/xmljson/XmlNode.java

index 37b3d39379d1e33826e0a7ff69eb6fefee296749..2481e683656c9c6d0557786a0b4acb73d8ee5d7a 100644 (file)
@@ -306,8 +306,8 @@ public class XmlNode {
      * in the future.</p>
      * 
      * <p>If the node to be added contains no content, and
-     * isDiscardEmptyChildren() is true, the node is not added.</p>
-     * 
+     * isRetainEmptyChildren() is false, the node is not added.</p>
+     *
      * @param node the node to add as a child
      */
     public void addChild(XmlNode node) {