leosimons    2003/02/11 08:25:50

  Modified:    src/java/org/apache/avalon/framework/logger
                        AvalonFormatter.java
               src/java/org/apache/avalon/framework/parameters
                        Parameters.java
  Log:
  document changes 4.1 --> 4.1.2.
  
  Revision  Changes    Path
  1.27      +6 -1      
avalon/src/java/org/apache/avalon/framework/logger/AvalonFormatter.java
  
  Index: AvalonFormatter.java
  ===================================================================
  RCS file: 
/home/cvs/avalon/src/java/org/apache/avalon/framework/logger/AvalonFormatter.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- AvalonFormatter.java      11 Feb 2003 16:19:27 -0000      1.26
  +++ AvalonFormatter.java      11 Feb 2003 16:25:49 -0000      1.27
  @@ -86,12 +86,16 @@
       /**
        * The constant defining the default stack depth when
        * none other is specified.
  +     *
  +     * @since 4.1.2
        */
       public static final int DEFAULT_STACK_DEPTH = 8;
   
       /**
        * The constant defining the default behaviour for printing
        * nested exceptions.
  +     *
  +     * @since 4.1.2
        */
       public static final boolean DEFAULT_PRINT_CASCADING = true;
   
  @@ -121,6 +125,7 @@
        * @param stackDepth The depth to which stacktraces are printed out
        * @param printCascading true enables printing of nested exceptions,
        *   false only prints out the outermost exception
  +     * @since 4.1.2
        */
       public AvalonFormatter( final String pattern, final int stackDepth,
                               final boolean printCascading )
  
  
  
  1.38      +6 -2      
avalon/src/java/org/apache/avalon/framework/parameters/Parameters.java
  
  Index: Parameters.java
  ===================================================================
  RCS file: 
/home/cvs/avalon/src/java/org/apache/avalon/framework/parameters/Parameters.java,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- Parameters.java   11 Feb 2003 16:19:27 -0000      1.37
  +++ Parameters.java   11 Feb 2003 16:25:49 -0000      1.38
  @@ -95,7 +95,11 @@
   public class Parameters
       implements Serializable
   {
  -    /** Empty Parameters object */
  +    /**
  +     * Empty Parameters object
  +     *
  +     * @since 4.1.2
  +     */
       public static final Parameters EMPTY_PARAMETERS;
   
       /** Static initializer to initialize the empty Parameters object */
  
  
  

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

Reply via email to