Author: toad
Date: 2007-08-08 20:01:10 +0000 (Wed, 08 Aug 2007)
New Revision: 14537

Added:
   trunk/freenet/src/freenet/support/MutableBoolean.java
Log:
Add MutableBoolean. Sorry, needed for the previous commit

Added: trunk/freenet/src/freenet/support/MutableBoolean.java
===================================================================
--- trunk/freenet/src/freenet/support/MutableBoolean.java                       
        (rev 0)
+++ trunk/freenet/src/freenet/support/MutableBoolean.java       2007-08-08 
20:01:10 UTC (rev 14537)
@@ -0,0 +1,15 @@
+/* This code is part of Freenet. It is distributed under the GNU General
+ * Public License, version 2 (or at your option any later version). See
+ * http://www.gnu.org/ for further details of the GPL. */
+package freenet.support;
+
+/**
+ * Freely modifiable boolean wrapper.
+ * @author toad
+ *
+ */
+public class MutableBoolean {
+
+       public boolean value;
+       
+}


Reply via email to