]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6329: Remove portion of behavior description in Javadoc comment, believed...
authorAron Roberts <aron@socrates.berkeley.edu>
Mon, 17 Mar 2014 20:28:19 +0000 (13:28 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Mon, 17 Mar 2014 20:28:19 +0000 (13:28 -0700)
services/common/src/main/java/org/collectionspace/services/common/XmlTools.java

index 1763e3e7383f74fcd3ec43c727ab7dd757e72031..4507fb802880bd96271c159c0f4369a34ea175ff 100644 (file)
@@ -232,8 +232,7 @@ public class XmlTools {
      * @param   attributeValue  The value that the attribute should contain.
      * @return  The document with the specified attribute of the matched element, if
      * any, set to the provided value. If the attribute doesn't already exist,
-     * it will be created and assigned the provided value.  If the provided
-     * value is null, the attribute, if any, will be removed.
+     * it will be created and assigned the provided value.
      */
     public static Document setAttributeValue(Document doc, String xpathExpr,
             String attributeName, String attributeValue) {