You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/05/23 16:39:30 UTC

svn commit: r1126517 - /commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/Hello.java

Author: sebb
Date: Mon May 23 14:39:30 2011
New Revision: 1126517

URL: http://svn.apache.org/viewvc?rev=1126517&view=rev
Log:
Javadoc

Modified:
    commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/Hello.java

Modified: commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/Hello.java
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/Hello.java?rev=1126517&r1=1126516&r2=1126517&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/Hello.java (original)
+++ commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/Hello.java Mon May 23 14:39:30 2011
@@ -60,9 +60,6 @@ public class Hello extends Action {
         this.name = name;
     }
 
-    /**
-     * @inheritDoc
-     */
     public void execute(final EventDispatcher evtDispatcher,
             final ErrorReporter errRep, final SCInstance scInstance,
             final Log appLog, final Collection derivedEvents)