Revision: 19519
          http://sourceforge.net/p/gate/code/19519
Author:   markagreenwood
Date:     2016-08-19 12:08:23 +0000 (Fri, 19 Aug 2016)
Log Message:
-----------
fixed another bloody javadoc error

Modified Paths:
--------------
    gate/branches/sawdust2/plugins/ANNIE/src/main/java/gate/fsm/FSMInstance.java

Modified: 
gate/branches/sawdust2/plugins/ANNIE/src/main/java/gate/fsm/FSMInstance.java
===================================================================
--- 
gate/branches/sawdust2/plugins/ANNIE/src/main/java/gate/fsm/FSMInstance.java    
    2016-08-19 11:45:35 UTC (rev 19518)
+++ 
gate/branches/sawdust2/plugins/ANNIE/src/main/java/gate/fsm/FSMInstance.java    
    2016-08-19 12:08:23 UTC (rev 19519)
@@ -82,7 +82,7 @@
 
   /** Sets the position in the support transition graph for this FSM instance
     * Convenience method for when the state is not known at construction time.
-    * @param the state to use
+    * @param newFSMPos the state to use
     */
   public void setFSMPosition(State newFSMPos) {
     FSMPosition = newFSMPos;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to