|
From: <ls...@us...> - 2007-07-28 09:16:44
|
Revision: 3371
http://jnode.svn.sourceforge.net/jnode/?rev=3371&view=rev
Author: lsantha
Date: 2007-07-28 02:16:42 -0700 (Sat, 28 Jul 2007)
Log Message:
-----------
Progress with isolates.
Modified Paths:
--------------
trunk/core/src/classpath/vm/java/net/VMNetUtils.java
Modified: trunk/core/src/classpath/vm/java/net/VMNetUtils.java
===================================================================
--- trunk/core/src/classpath/vm/java/net/VMNetUtils.java 2007-07-27 18:19:24 UTC (rev 3370)
+++ trunk/core/src/classpath/vm/java/net/VMNetUtils.java 2007-07-28 09:16:42 UTC (rev 3371)
@@ -21,9 +21,12 @@
package java.net;
+import org.jnode.vm.annotation.SharedStatics;
+
/**
* @author Ewout Prangsma (ep...@us...)
*/
+@SharedStatics
public final class VMNetUtils {
private static VMNetAPI api;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|