These would be good build-time properties as well.

[EMAIL PROTECTED] writes:

> asmuts      02/01/14 23:18:38
>
>   Modified:    src/java/org/apache/stratum/jcs/auxiliary/disk/jisp
>                         JISPCache.java
>   Log:
>   turned off dev debugging
>   
>   Revision  Changes    Path
>   1.2       +4 -4      
>jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/disk/jisp/JISPCache.java
>   
>   Index: JISPCache.java
>   ===================================================================
>   RCS file: 
>/home/cvs/jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/disk/jisp/JISPCache.java,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- JISPCache.java  15 Jan 2002 06:21:50 -0000      1.1
>   +++ JISPCache.java  15 Jan 2002 07:18:38 -0000      1.2
>   @@ -35,10 +35,10 @@
>      private int numInstances = 0;
>    
>      // trivial debugging that should be removed by the compiler
>   -  private static final boolean debug =  true;
>   -  private static final boolean debugR =  true;
>   -  private static final boolean debugPut = true;
>   -  private static final boolean debugGet = true;
>   +  private static final boolean debug =  false;//true;
>   +  private static final boolean debugR =  false;//true;
>   +  private static final boolean debugPut = false;//true;
>   +  private static final boolean debugGet = false;//true;
>    
>      private String cacheName;

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

Reply via email to