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 2012/07/27 20:45:31 UTC

svn commit: r1366491 - /webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/XMLStreamWriterUtils.java

Author: veithen
Date: Fri Jul 27 18:45:30 2012
New Revision: 1366491

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

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

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/XMLStreamWriterUtils.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/XMLStreamWriterUtils.java?rev=1366491&r1=1366490&r2=1366491&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/XMLStreamWriterUtils.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/XMLStreamWriterUtils.java Fri Jul 27 18:45:30 2012
@@ -76,7 +76,7 @@ public class XMLStreamWriterUtils {
 
     /**
      * Get the {@link DataHandlerWriter} extension for a given {@link XMLStreamWriter}. If the
-     * writer expose the extension, a reference to the extension interface implementation is
+     * writer exposes the extension, a reference to the extension interface implementation is
      * returned. If the writer doesn't expose the extension, this method returns an instance of the
      * extension interface that emulates the extension (by writing the binary data as base64
      * character data to the stream).