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

Modified Files:
        CacheManager.java 
Log Message:
sigh


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


Index: CacheManager.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/cache/CacheManager.java,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- CacheManager.java   6 Aug 2008 17:48:36 -0000       1.37
+++ CacheManager.java   20 Aug 2008 17:55:42 -0000      1.38
@@ -27,7 +27,7 @@
  * Cache manager manages the static methods of [EMAIL PROTECTED] Cache}. If 
you prefer you can call them on this in stead.
  *
  * @since MMBase-1.8
- * @version $Id: CacheManager.java,v 1.37 2008/08/06 17:48:36 michiel Exp $
+ * @version $Id: CacheManager.java,v 1.38 2008/08/20 17:55:42 michiel Exp $
  */
 public abstract class CacheManager {
 
@@ -136,7 +136,7 @@
             if (cache != null) {
                 props.put("name", identifier.transform(cache.getName()));
             } else {
-                props.put("name", "*");
+                //props.put("name", "*"); // WTF, this does not work in java 5.
             }
             return new ObjectName("org.mmbase.cache", props);
         } catch (MalformedObjectNameException mfone) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to