Author: veithen
Date: Sun Oct 17 13:37:51 2010
New Revision: 1023500
URL: http://svn.apache.org/viewvc?rev=1023500&view=rev
Log:
Fixed incorrect log/exception message.
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/OMXMLStreamReaderValidator.java
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/OMXMLStreamReaderValidator.java
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/OMXMLStreamReaderValidator.java?rev=1023500&r1=1023499&r2=1023500&view=diff
==============================================================================
---
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/OMXMLStreamReaderValidator.java
(original)
+++
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/util/OMXMLStreamReaderValidator.java
Sun Oct 17 13:37:51 2010
@@ -118,7 +118,7 @@ public class OMXMLStreamReaderValidator
" was encountered, but the START_ELEMENT stack is empty.";
} else {
text = "An END_ELEMENT event for " + delegateQName +
- " was encountered. But this does match the corresponding
START_ELEMENT " +
+ " was encountered, but this doesn't match the corresponding
START_ELEMENT " +
expectedQName + " event.";
}
if (IS_DEBUG_ENABLED) {