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/15 00:15:12 UTC

svn commit: r1523340 - /webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/wrapper/WrappingXMLOutputFactory.java

Author: veithen
Date: Sat Sep 14 22:15:12 2013
New Revision: 1523340

URL: http://svn.apache.org/r1523340
Log:
Fixed typos.

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

Modified: webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/wrapper/WrappingXMLOutputFactory.java
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/wrapper/WrappingXMLOutputFactory.java?rev=1523340&r1=1523339&r2=1523340&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/wrapper/WrappingXMLOutputFactory.java (original)
+++ webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/wrapper/WrappingXMLOutputFactory.java Sat Sep 14 22:15:12 2013
@@ -44,7 +44,7 @@ public class WrappingXMLOutputFactory ex
 
     /**
      * Wrap a writer created from this factory. Implementations should override this method if they
-     * which to wrap {@link XMLEventWriter} instances created from the factory. The default
+     * wish to wrap {@link XMLEventWriter} instances created from the factory. The default
      * implementation simply returns the unwrapped writer.
      * 
      * @param writer
@@ -57,7 +57,7 @@ public class WrappingXMLOutputFactory ex
     
     /**
      * Wrap a writer created from this factory. Implementations should override this method if they
-     * which to wrap {@link XMLStreamWriter} instances created from the factory. The default
+     * wish to wrap {@link XMLStreamWriter} instances created from the factory. The default
      * implementation simply returns the unwrapped writer.
      * 
      * @param writer