Update of
/var/cvs/applications/cloudcontext/src/org/mmbase/security/implementation/cloudcontext
In directory james.mmbase.org:/tmp/cvs-serv29447/cloudcontext
Modified Files:
Caches.java
Log Message:
spacing only
See also:
http://cvs.mmbase.org/viewcvs/applications/cloudcontext/src/org/mmbase/security/implementation/cloudcontext
Index: Caches.java
===================================================================
RCS file:
/var/cvs/applications/cloudcontext/src/org/mmbase/security/implementation/cloudcontext/Caches.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Caches.java 5 Jan 2009 14:45:07 -0000 1.3
+++ Caches.java 2 Mar 2009 17:27:56 -0000 1.4
@@ -24,7 +24,7 @@
* listener to arrange invalidation of (entries of) them when necessary.
*
* @author Michiel Meeuwissen
- * @version $Id: Caches.java,v 1.3 2009/01/05 14:45:07 michiel Exp $
+ * @version $Id: Caches.java,v 1.4 2009/03/02 17:27:56 michiel Exp $
* @since MMBase-1.9.1
*/
public abstract class Caches {
@@ -37,7 +37,7 @@
public String getDescription() { return "Caches the rank of users.
User node --> Rank"; }
};
- protected static Cache<String, MMObjectNode> userCache = new
Cache<String,MMObjectNode>(20) {
+ protected static Cache<String, MMObjectNode> userCache = new Cache<String,
MMObjectNode>(20) {
public String getName() { return "CCS:SecurityUser"; }
public String getDescription() { return "Caches the users.
UserName --> User Node"; }
};
@@ -45,7 +45,7 @@
- protected static Cache<String,MMObjectNode> contextCache = new
Cache<String,MMObjectNode>(30) { // 30 'contexts' (organisations or so)
+ protected static Cache<String, MMObjectNode> contextCache = new
Cache<String, MMObjectNode>(30) { // 30 'contexts' (organisations or so)
public String getName() { return "CCS:ContextCache"; }
public String getDescription() { return "Links owner field to
Contexts MMObjectNodes"; }
};
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs