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/07/21 00:06:57 UTC

svn commit: r1505223 - /webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/OMContainer.java

Author: veithen
Date: Sat Jul 20 22:06:57 2013
New Revision: 1505223

URL: http://svn.apache.org/r1505223
Log:
Javadoc correction.

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

Modified: webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/OMContainer.java
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/OMContainer.java?rev=1505223&r1=1505222&r2=1505223&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/OMContainer.java (original)
+++ webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/OMContainer.java Sat Jul 20 22:06:57 2013
@@ -419,8 +419,8 @@ public interface OMContainer extends OMS
      * container, call {@link #removeChildren()} first.
      * <p>
      * The SAX content handler linked to the returned {@link SAXResult} supports
-     * {@link ContentHandler}, {@link LexicalHandler} and {@link DeclHandler}. DTD related events
-     * are processed in the following way:
+     * {@link ContentHandler}, {@link LexicalHandler}, {@link DeclHandler} and {@link DTDHandler}.
+     * DTD related events are processed in the following way:
      * <ul>
      * <li>A {@link LexicalHandler#startDTD(String, String, String)} events will create an
      * {@link OMDocType} if the container is an {@link OMDocument}. If the container is an