------------------------------------------------------------
revno: 6051
committer: bobjolliffe <[email protected]>
branch nick: dhis2
timestamp: Mon 2012-02-20 12:12:39 +0000
message:
  Minor fix to error message
modified:
  
dhis-2/dhis-support/dhis-support-xml/src/main/java/org/amplecode/staxwax/reader/DefaultXMLStreamReader.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-support/dhis-support-xml/src/main/java/org/amplecode/staxwax/reader/DefaultXMLStreamReader.java'
--- dhis-2/dhis-support/dhis-support-xml/src/main/java/org/amplecode/staxwax/reader/DefaultXMLStreamReader.java	2010-12-23 11:56:44 +0000
+++ dhis-2/dhis-support/dhis-support-xml/src/main/java/org/amplecode/staxwax/reader/DefaultXMLStreamReader.java	2012-02-20 12:12:39 +0000
@@ -122,7 +122,7 @@
         }
           catch ( XMLStreamException ex )
         {
-            throw new RuntimeException( "Failed to get element value", ex );
+            throw new RuntimeException( "Failed to move to start element", ex );
         }
     }
 

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to