testing if i screwed up again... canvas
authorAnton Epple <toni.epple@eppleton.de>
Wed, 18 Sep 2013 11:25:14 +0200
branchcanvas
changeset 12903fc3e7c4fb5c
parent 1289 5a0768a5e095
child 1296 6fed3663b751
testing if i screwed up again...
rt/emul/compact/src/main/java/java/lang/System.java
     1.1 --- a/rt/emul/compact/src/main/java/java/lang/System.java	Wed Sep 18 11:20:57 2013 +0200
     1.2 +++ b/rt/emul/compact/src/main/java/java/lang/System.java	Wed Sep 18 11:25:14 2013 +0200
     1.3 @@ -37,6 +37,7 @@
     1.4      
     1.5      public static long nanoTime() {
     1.6          return org.apidesign.bck2brwsr.emul.lang.System.nanoTime();
     1.7 +        
     1.8      }
     1.9      
    1.10      public static int identityHashCode(Object obj) {