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:52:32 UTC

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

donaldp     01/04/11 02:52:32

  Modified:    src/java/org/apache/log LogEntry.java
  Log:
  Fixed docs indenting.
  
  Removed uneeded constructor
  
  Revision  Changes    Path
  1.2       +2 -11     jakarta-avalon-logkit/src/java/org/apache/log/LogEntry.java
  
  Index: LogEntry.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-logkit/src/java/org/apache/log/LogEntry.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LogEntry.java	2001/02/20 01:38:04	1.1
  +++ LogEntry.java	2001/04/11 09:52:30	1.2
  @@ -37,9 +37,9 @@
       }
     
       /**
  -     * Describe 'getContextStack' method here.
  +     * Retrieve ContextStack.
        *
  -     * @return a value of type 'ContextStack'
  +     * @return the ContextStack
        */
       public ContextStack getContextStack()
       {
  @@ -124,14 +124,5 @@
       public void setTime( final long time )
       {
           m_time = time;
  -    }
  -  
  -    /**
  -     * Default Constructor.
  -     *
  -     */
  -    public LogEntry() 
  -    {
  -        super();
       }
   }
  
  
  

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