You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/05/13 14:23:50 UTC

cvs commit: jakarta-avalon-excalibur/collections/src/java/org/apache/avalon/excalibur/collections BufferOverflowException.java BufferUnderflowException.java

donaldp     02/05/13 05:23:50

  Modified:    collections/src/java/org/apache/avalon/excalibur/collections
                        BufferOverflowException.java
                        BufferUnderflowException.java
  Log:
  Restyled.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-avalon-excalibur/collections/src/java/org/apache/avalon/excalibur/collections/BufferOverflowException.java
  
  Index: BufferOverflowException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/collections/src/java/org/apache/avalon/excalibur/collections/BufferOverflowException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BufferOverflowException.java	29 Mar 2002 07:26:26 -0000	1.2
  +++ BufferOverflowException.java	13 May 2002 12:23:50 -0000	1.3
  @@ -16,7 +16,7 @@
    */
   public class BufferOverflowException extends RuntimeException
   {
  -    private final Throwable     m_throwable;
  +    private final Throwable m_throwable;
   
       /** Construct a new BufferOverflowException.
        * @param message The detail message for this exception.
  
  
  
  1.3       +1 -1      jakarta-avalon-excalibur/collections/src/java/org/apache/avalon/excalibur/collections/BufferUnderflowException.java
  
  Index: BufferUnderflowException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/collections/src/java/org/apache/avalon/excalibur/collections/BufferUnderflowException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BufferUnderflowException.java	29 Mar 2002 07:26:26 -0000	1.2
  +++ BufferUnderflowException.java	13 May 2002 12:23:50 -0000	1.3
  @@ -15,7 +15,7 @@
    */
   public class BufferUnderflowException extends RuntimeException
   {
  -    private final Throwable     m_throwable;
  +    private final Throwable m_throwable;
   
       /** Construct a new BufferUnderflowException.
        * @param message The detail message for this exception.
  
  
  

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