Quick Change to OMStaXWrapper Close
-----------------------------------

                 Key: WSCOMMONS-251
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-251
             Project: WS-Commons
          Issue Type: Bug
          Components: AXIOM
            Reporter: Rich Scheuerle
            Assignee: Rich Scheuerle
            Priority: Minor


Ann Robinson found a bug with the close method.

Here is her fix, which I will commit after testing:

@@ -766,7 +766,7 @@

         } else {
             if (parser != null) {
                 try {
-                    if (_isClosed) {
+                    if (!isClosed()) {
                         parser.close();
                     }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to