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/01/18 20:53:48 UTC

svn commit: r1435325 - /webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/IncludeWrapper.java

Author: veithen
Date: Fri Jan 18 19:53:48 2013
New Revision: 1435325

URL: http://svn.apache.org/viewvc?rev=1435325&view=rev
Log:
Updated a todo item.

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/IncludeWrapper.java

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/IncludeWrapper.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/IncludeWrapper.java?rev=1435325&r1=1435324&r2=1435325&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/IncludeWrapper.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/IncludeWrapper.java Fri Jan 18 19:53:48 2013
@@ -40,7 +40,7 @@ final class IncludeWrapper extends XMLSt
     public int next() throws XMLStreamException {
         if (depth == 0) {
             // We get here if the underlying XMLStreamReader is on the last END_ELEMENT event
-            // TODO: this needs testing! the unit test should validate that the reader is closed
+            // TODO: also do this if the reader is prematurely closed
             getParent().close();
             streamSwitch.setParent(nextTarget);
             return nextTarget.next();