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/05/12 11:49:32 UTC

svn commit: r1481506 - /webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/XMLStreamReaderUtils.java

Author: veithen
Date: Sun May 12 09:49:32 2013
New Revision: 1481506

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

Modified:
    webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/XMLStreamReaderUtils.java

Modified: webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/XMLStreamReaderUtils.java
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/XMLStreamReaderUtils.java?rev=1481506&r1=1481505&r2=1481506&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/XMLStreamReaderUtils.java (original)
+++ webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/XMLStreamReaderUtils.java Sun May 12 09:49:32 2013
@@ -168,7 +168,7 @@ public class XMLStreamReaderUtils {
     
     /**
      * Helper method to implement {@link XMLStreamReader#getProperty(String)}. This method
-     * processed the properties defined by {@link DataHandlerReader#PROPERTY} and the legacy
+     * processes the properties defined by {@link DataHandlerReader#PROPERTY} and the legacy
      * extension mechanism (as described above). It can therefore be used to make a
      * {@link XMLStreamReader} implementation compatible with code that expects it to implement this
      * legacy extension.