Revision: 14995
          http://gate.svn.sourceforge.net/gate/?rev=14995&view=rev
Author:   markagreenwood
Date:     2012-01-10 19:15:30 +0000 (Tue, 10 Jan 2012)
Log Message:
-----------
more javadoc fixes

Modified Paths:
--------------
    gate/trunk/src/gate/fsm/FSM.java
    gate/trunk/src/gate/fsm/State.java

Modified: gate/trunk/src/gate/fsm/FSM.java
===================================================================
--- gate/trunk/src/gate/fsm/FSM.java    2012-01-10 19:12:44 UTC (rev 14994)
+++ gate/trunk/src/gate/fsm/FSM.java    2012-01-10 19:15:30 UTC (rev 14995)
@@ -642,13 +642,11 @@
    * if it's a final state, and black otherwise. Final states are also marked
    * with a double-line outline.
    *
-   * @see <a href="http://www.graphviz.org/";>the GraphViz web site </a> for
-   *      software to translate the output of this method into pretty pictures.
-   *
+   * @see for software to translate the output of this method into pretty 
pictures
+   *  try <a href="http://www.graphviz.org";>the GraphViz web site</a>.
    * @param includeConstraints
    *            whether to include a stringified representation of each
    *            transition object as part of its label. The default is false.
-   * @return
    */
   public String asGraphViz(boolean includeConstraints) {
     StringBuffer result = new StringBuffer();

Modified: gate/trunk/src/gate/fsm/State.java
===================================================================
--- gate/trunk/src/gate/fsm/State.java  2012-01-10 19:12:44 UTC (rev 14994)
+++ gate/trunk/src/gate/fsm/State.java  2012-01-10 19:15:30 UTC (rev 14995)
@@ -65,9 +65,6 @@
    * Sets the index of the rule for this state.
    * Determines the appropriate rule by recursively searching this state's 
outbound transitions until
    * we reach a final state.  Record this state in the ruleTimes and 
ruleNameToIndexMap structures
-   * @param ruleNameToIndexMap
-   * @param ruleTimes
-   * @return
    */
   public int getRuleForState(HashMap<String,Integer> 
ruleNameToIndexMap,ArrayList<RuleTime>ruleTimes) {
     if (this.getIndexInRuleList() != UNVISITED_INDEX) {

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


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to