Revision: 3366
http://jnode.svn.sourceforge.net/jnode/?rev=3366&view=rev
Author: lsantha
Date: 2007-07-26 05:52:44 -0700 (Thu, 26 Jul 2007)
Log Message:
-----------
Progress with isolates.
Modified Paths:
--------------
trunk/core/src/core/org/jnode/util/SizeUnit.java
Modified: trunk/core/src/core/org/jnode/util/SizeUnit.java
===================================================================
--- trunk/core/src/core/org/jnode/util/SizeUnit.java 2007-07-26 11:02:26 UTC (rev 3365)
+++ trunk/core/src/core/org/jnode/util/SizeUnit.java 2007-07-26 12:52:44 UTC (rev 3366)
@@ -1,7 +1,9 @@
package org.jnode.util;
import java.math.BigInteger;
+import org.jnode.vm.annotation.SharedStatics;
+@SharedStatics
public enum SizeUnit {
B(1l, "B"),
K(1024l, "K"),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|