rwaldhoff    2003/12/17 13:03:17

  Modified:    functor/src/java/org/apache/commons/functor Algorithms.java
  Log:
  fix javadoc warning
  
  Revision  Changes    Path
  1.17      +3 -5      
jakarta-commons-sandbox/functor/src/java/org/apache/commons/functor/Algorithms.java
  
  Index: Algorithms.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/functor/src/java/org/apache/commons/functor/Algorithms.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Algorithms.java   1 Dec 2003 20:27:20 -0000       1.16
  +++ Algorithms.java   17 Dec 2003 21:03:17 -0000      1.17
  @@ -384,9 +384,7 @@
        * Tail recursion for [EMAIL PROTECTED] Function functions}. If the [EMAIL 
PROTECTED] Function}
        * returns another function of the same type as the original, that function
        * is executed. Functions are executed until a non function value or a
  -     * function of a different type is returned. See [EMAIL PROTECTED]
  -     * org.apache.commons.functor.util.BinarySearch} for an example of how might
  -     * be used.
  +     * function of a different type is returned.
        */
       public static final Object recurse(Function function) {
           Object result = null;
  
  
  

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

Reply via email to