Update of /var/cvs/src/org/mmbase/framework
In directory james.mmbase.org:/tmp/cvs-serv22430

Modified Files:
        Block.java 
Log Message:
some changes to make 'processing' of blocks work


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


Index: Block.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/framework/Block.java,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- Block.java  11 Apr 2008 10:03:12 -0000      1.38
+++ Block.java  12 Apr 2008 12:58:20 -0000      1.39
@@ -21,7 +21,7 @@
  *
  * @author Johannes Verelst
  * @author Michiel Meeuwissen
- * @version $Id: Block.java,v 1.38 2008/04/11 10:03:12 michiel Exp $
+ * @version $Id: Block.java,v 1.39 2008/04/12 12:58:20 michiel Exp $
  * @since MMBase-1.9
  */
 public class Block {
@@ -327,6 +327,11 @@
         }
     }
 
+
+    /**
+     * A wrapper class for a certain block in a type, which defined its 
weighted place in between
+     * it's child block of the same type.
+    */
     static class BlockContainer implements Comparable<BlockContainer> {
         final int weight;
         final Block block;
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to