You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ru...@apache.org on 2006/09/12 04:41:54 UTC

svn commit: r442422 - /webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/ElementHelper.java

Author: ruchithf
Date: Mon Sep 11 19:41:53 2006
New Revision: 442422

URL: http://svn.apache.org/viewvc?view=rev&rev=442422
Log:
Fixed a typo

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

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/ElementHelper.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/ElementHelper.java?view=diff&rev=442422&r1=442421&r2=442422
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/ElementHelper.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/ElementHelper.java Mon Sep 11 19:41:53 2006
@@ -142,7 +142,7 @@
      * contain object created from the same type of factory (eg: LinkedListImplFactory, DOMFactory, etc.,). If one OMElement
      * is created from a different factory than that of the factory which was used to create the object in the existing
      * tree, we need to convert the new OMElement to match to the factory of existing object tree.
-     * This method will oonvert omElement to the given omFactory.
+     * This method will convert omElement to the given omFactory.
      *
      */
     public static OMElement importOMElement(OMElement omElement, OMFactory omFactory) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org