You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2017/06/04 09:59:30 UTC

svn commit: r1797564 - /webservices/axiom/trunk/testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/element/TestDeclareNamespaceWithEmptyPrefix.java

Author: veithen
Date: Sun Jun  4 09:59:30 2017
New Revision: 1797564

URL: http://svn.apache.org/viewvc?rev=1797564&view=rev
Log:
Clean up Javadoc.

Modified:
    webservices/axiom/trunk/testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/element/TestDeclareNamespaceWithEmptyPrefix.java

Modified: webservices/axiom/trunk/testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/element/TestDeclareNamespaceWithEmptyPrefix.java
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/element/TestDeclareNamespaceWithEmptyPrefix.java?rev=1797564&r1=1797563&r2=1797564&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/element/TestDeclareNamespaceWithEmptyPrefix.java (original)
+++ webservices/axiom/trunk/testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/element/TestDeclareNamespaceWithEmptyPrefix.java Sun Jun  4 09:59:30 2017
@@ -31,11 +31,7 @@ import org.apache.axiom.om.OMNamespace;
 import org.apache.axiom.ts.AxiomTestCase;
 
 /**
- * Tests the behavior of {@link OMElement#declareNamespace(String, String)}
- * with an empty prefix.
- * generates a new prefix if the
- * specified prefix is empty. Note that this behavior will change in Axiom 1.3 (see
- * <a href="https://issues.apache.org/jira/browse/AXIOM-373">AXIOM-373</a>).
+ * Tests the behavior of {@link OMElement#declareNamespace(String, String)} with an empty prefix.
  */
 public class TestDeclareNamespaceWithEmptyPrefix extends AxiomTestCase {
     public TestDeclareNamespaceWithEmptyPrefix(OMMetaFactory metaFactory) {