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/04/11 11:51:30 UTC

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

donaldp     01/04/11 02:51:30

  Modified:    src/java/org/apache/log ContextStack.java
  Log:
  Removed uneeded constructor
  
  Revision  Changes    Path
  1.2       +0 -9      jakarta-avalon-logkit/src/java/org/apache/log/ContextStack.java
  
  Index: ContextStack.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-logkit/src/java/org/apache/log/ContextStack.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ContextStack.java	2001/02/20 01:38:04	1.1
  +++ ContextStack.java	2001/04/11 09:51:29	1.2
  @@ -103,13 +103,4 @@
       {
           return m_stack.size();
       }
  -
  -    /**
  -     * Create a context stack with no contexts.
  -     *
  -     */
  -    public ContextStack() 
  -    {
  -        super();
  -    }
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org