Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv18995

Modified Files:
        LocalContext.java 
Log Message:
will reject   MMB-1265. I think there is some ratio for the way it is set up 
now. Javadocced that, however


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge
See also: http://www.mmbase.org/jira/browse/MMB-1265


Index: LocalContext.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/LocalContext.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- LocalContext.java   11 Nov 2006 19:26:03 -0000      1.6
+++ LocalContext.java   15 Jul 2008 21:33:22 -0000      1.7
@@ -12,11 +12,17 @@
 import org.mmbase.bridge.implementation.BasicCloudContext;
 
 /**
- * The collection of clouds, and modules within a Java Virtual Machine.
+ * The collection of clouds, and modules within the current application 
context.
+ * Actually, there is always only <em>one</em> MMBase cloud (named 'mmbase'). 
There can however be
+ * more modules (of which 'mmbaseroot' it one).
+ *
+ * This class is based on 'BasicCloudContext' because it itself want to be in 
the package
+ * org.mmbase.bridge, but it wants to expose some members to other classes in 
the
+ * org.mmbase.bridge.implementation package.
  *
  * @author Rob Vermeulen
  * @author Pierre van Rooden
- * @version $Id: LocalContext.java,v 1.6 2006/11/11 19:26:03 michiel Exp $
+ * @version $Id: LocalContext.java,v 1.7 2008/07/15 21:33:22 michiel Exp $
  */
 public final class LocalContext extends BasicCloudContext {
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to