Update of /var/cvs/src/org/mmbase/cache
In directory james.mmbase.org:/tmp/cvs-serv16423

Modified Files:
        ReleaseStrategy.java 
Log Message:
I think the Timer remains unused now. Deprecated it


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/cache


Index: ReleaseStrategy.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/cache/ReleaseStrategy.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- ReleaseStrategy.java        19 Aug 2008 17:20:23 -0000      1.24
+++ ReleaseStrategy.java        19 Aug 2008 17:22:54 -0000      1.25
@@ -27,7 +27,7 @@
  *
  * @author Ernst Bunders
  * @since MMBase-1.8
- * @version $Id: ReleaseStrategy.java,v 1.24 2008/08/19 17:20:23 michiel Exp $
+ * @version $Id: ReleaseStrategy.java,v 1.25 2008/08/19 17:22:54 michiel Exp $
  */
 
 public abstract class ReleaseStrategy {
@@ -276,6 +276,8 @@
      * @author Ernst Bunders This is a utility class to help timing the
      *         evaluation. Just create an instance before the evaluation and
      *         then use it to create the StrategyResult object
+     * @deprecated The only thing what this  does is knowing how to subtract, 
which is really not so
+     * difficult or verbose by itself
      */
     protected final static class Timer {
         private final long start;
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to