You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jo...@locus.apache.org on 2000/12/04 05:32:25 UTC

cvs commit: jakarta-velocity/src/java/org/apache/velocity/util Trace.java

jon         00/12/03 20:32:24

  Modified:    src/java/org/apache/velocity/util Trace.java
  Log:
  removed reference to cj
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-velocity/src/java/org/apache/velocity/util/Trace.java
  
  Index: Trace.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/util/Trace.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Trace.java	2000/12/04 04:22:35	1.1
  +++ Trace.java	2000/12/04 04:32:24	1.2
  @@ -135,7 +135,7 @@
    */ 
   public class Trace
   {
  -    /** Set via the cj.trace property. */
  +    /** Set via the trace property. */
       public static final boolean ON = active();
   
       private static final PrintWriter    LOG     = getLog();