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

Modified Files:
        BasicCloudContext.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/implementation
See also: http://www.mmbase.org/jira/browse/MMB-1265


Index: BasicCloudContext.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/implementation/BasicCloudContext.java,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- BasicCloudContext.java      16 Nov 2007 16:07:42 -0000      1.58
+++ BasicCloudContext.java      15 Jul 2008 21:33:22 -0000      1.59
@@ -16,11 +16,13 @@
 import org.mmbase.util.logging.*;
 
 /**
- * @javadoc
+ * This is the base class for [EMAIL PROTECTED] 
org.mmbase.bridge.LocalContext} (which is probably its only
+ * descendant). Some of the (static) members are package, and hence are easily 
accessible by other
+ * implementors of the 'local' cloud in the current package 
org.mmbase.bridge.implementation.
  *
  * @author Rob Vermeulen
  * @author Pierre van Rooden
- * @version $Id: BasicCloudContext.java,v 1.58 2007/11/16 16:07:42 michiel Exp 
$
+ * @version $Id: BasicCloudContext.java,v 1.59 2008/07/15 21:33:22 michiel Exp 
$
  */
 public class BasicCloudContext implements CloudContext {
     private static final Logger log = 
Logging.getLoggerInstance(BasicCloudContext.class);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to