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 2013/09/22 09:58:31 UTC

svn commit: r1525327 - /webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/dom/DOMMetaFactory.java

Author: veithen
Date: Sun Sep 22 07:58:30 2013
New Revision: 1525327

URL: http://svn.apache.org/r1525327
Log:
Fixed typo.

Modified:
    webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/dom/DOMMetaFactory.java

Modified: webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/dom/DOMMetaFactory.java
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/dom/DOMMetaFactory.java?rev=1525327&r1=1525326&r2=1525327&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/dom/DOMMetaFactory.java (original)
+++ webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/dom/DOMMetaFactory.java Sun Sep 22 07:58:30 2013
@@ -108,7 +108,7 @@ import org.w3c.dom.Text;
  * <dd>Only applies to attributes created using DOM 2 methods such as
  * {@link Document#createAttributeNS(String, String)} and that don't represent namespace
  * declarations. Axiom doesn't use {@link OMAttribute} to represent namespace declarations, and
- * {@link OMNamespace} instances representing a namespace declarations are not expected to implement
+ * {@link OMNamespace} instances representing namespace declarations are not expected to implement
  * {@link Attr}.
  * </dl>
  * <p>