You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2006/07/28 00:28:06 UTC

svn commit: r426285 - /jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/invoke/AsyncTrigger.java

Author: rahul
Date: Thu Jul 27 15:28:06 2006
New Revision: 426285

URL: http://svn.apache.org/viewvc?rev=426285&view=rev
Log:
Typo. Thanks to Dave Brosius <dbrosius AT apache DOT org> for the spot.

Modified:
    jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/invoke/AsyncTrigger.java

Modified: jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/invoke/AsyncTrigger.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/invoke/AsyncTrigger.java?rev=426285&r1=426284&r2=426285&view=diff
==============================================================================
--- jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/invoke/AsyncTrigger.java (original)
+++ jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/invoke/AsyncTrigger.java Thu Jul 27 15:28:06 2006
@@ -46,7 +46,7 @@
         this.executor = executor;
         this.events = new TriggerEvent[1];
         this.events[0] = event;
-        new Thread(this).run();
+        new Thread(this).start();
     }
 
     /**



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org