You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by do...@apache.org on 2001/11/11 03:18:32 UTC

cvs commit: jakarta-avalon-logkit/src/java/org/apache/log/util StackIntrospector.java

donaldp     01/11/10 18:18:32

  Modified:    src/java/org/apache/log/util StackIntrospector.java
  Log:
  Remove javadoc warnings by replacing @returns with @return
  
  Submitted By: "Stephen McConnell" <mc...@osm.net>
  
  Revision  Changes    Path
  1.4       +3 -3      jakarta-avalon-logkit/src/java/org/apache/log/util/StackIntrospector.java
  
  Index: StackIntrospector.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-logkit/src/java/org/apache/log/util/StackIntrospector.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StackIntrospector.java	2001/08/16 08:55:18	1.3
  +++ StackIntrospector.java	2001/11/11 02:18:32	1.4
  @@ -15,7 +15,7 @@
    *
    * @author <a href="mailto:sylvain@apache.org">Sylvain Wallez</a>
    * @author <a href="mailto:stuart.roebuck@adolos.com">Stuart Roebuck</a>
  - * @version CVS $Revision: 1.3 $ $Date: 2001/08/16 08:55:18 $
  + * @version CVS $Revision: 1.4 $ $Date: 2001/11/11 02:18:32 $
    */
   public final class StackIntrospector
   {
  @@ -103,7 +103,7 @@
        * created, this includes the path name and the source filename and line
        * number if the source was compiled with debugging on.
        *
  -     * @returns The method path name in the form "the.package.path.Method"
  +     * @return The method path name in the form "the.package.path.Method"
        */
       public final static String getCallerMethod( final Class clazz ) 
       {
  @@ -189,7 +189,7 @@
        * @param clazz the last class on the stack you are <i>not</i> interested in!
        * @param entries the number of stack lines to return.
        *
  -     * @returns The method path name in the form "the.package.path.Method"
  +     * @return The method path name in the form "the.package.path.Method"
        */
       public final static String getRecentStack( final Class clazz, int entries ) 
       {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>