You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by wo...@apache.org on 2013/11/28 05:30:42 UTC

svn commit: r1546283 - /commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/io/ModelUpdater.java

Author: woonsan
Date: Thu Nov 28 04:30:42 2013
New Revision: 1546283

URL: http://svn.apache.org/r1546283
Log:
SCXML-177: improving error message for illegal 'initial' attribute setting

Modified:
    commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/io/ModelUpdater.java

Modified: commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/io/ModelUpdater.java
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/io/ModelUpdater.java?rev=1546283&r1=1546282&r2=1546283&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/io/ModelUpdater.java (original)
+++ commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/io/ModelUpdater.java Thu Nov 28 04:30:42 2013
@@ -372,7 +372,7 @@ final class ModelUpdater {
      * Error message when SCXML document specifies an illegal initial state.
      */
     private static final String ERR_SCXML_NO_INIT = "No SCXML child state "
-        + "with ID \"{0}\" found; illegal initialstate for SCXML document";
+        + "with ID \"{0}\" found; illegal initial state for SCXML document";
 
     /**
      * Error message when a state element specifies an initial state which