bloritsch    2003/05/28 11:29:03

  Modified:    fortress/src/java/org/apache/avalon/fortress/util/dag
                        Vertex.java
  Log:
  Remove JavaDoc parameter that is not in the implementation.
  
  Revision  Changes    Path
  1.4       +0 -1      
avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/util/dag/Vertex.java
  
  Index: Vertex.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/util/dag/Vertex.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Vertex.java       28 May 2003 17:50:04 -0000      1.3
  +++ Vertex.java       28 May 2003 18:29:03 -0000      1.4
  @@ -161,7 +161,6 @@
        * Recursively searches for cycles by travelling down the dependency lists
        *  of this vertex, looking for the start vertex.
        *
  -     * @param start Vertex which will indicate a cylic graph.
        * @param path The path to the Vertex.  It is worth the load as it makes a
        *             descriptive error message possible.
        *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to