Author: veithen
Date: Tue Oct 1 08:22:28 2013
New Revision: 1527968
URL: http://svn.apache.org/r1527968
Log:
Updated an outdated comment (that referred to Woodstox in general, but that
actually only applies to Woodstox 3.x).
Modified:
webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/util/StAXUtils.java
Modified:
webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/util/StAXUtils.java
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/util/StAXUtils.java?rev=1527968&r1=1527967&r2=1527968&view=diff
==============================================================================
---
webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/util/StAXUtils.java
(original)
+++
webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/om/util/StAXUtils.java
Tue Oct 1 08:22:28 2013
@@ -435,8 +435,8 @@ public class StAXUtils {
}
try {
XMLInputFactory factory = XMLInputFactory.newInstance();
- // Woodstox by default creates coalescing parsers. Even if
this violates
- // the StAX specs, for compatibility with Woodstox, we
always enable the
+ // Woodstox 3.x by default creates coalescing parsers.
Even if this violates
+ // the StAX specs (see WSTX-140), for compatibility with
Woodstox 3.x, we always enable
// coalescing mode. Note that we need to do that before
loading
// XMLInputFactory.properties so that this setting can be
overridden.
factory.setProperty(XMLInputFactory.IS_COALESCING,
Boolean.TRUE);