diff graal/com.oracle.truffle.sl/src/com/oracle/truffle/sl/SLTypes.java @ 7556:630ea5001e33

Modified formatter settings to not insert line break after annotation on parameters.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 25 Jan 2013 11:47:28 +0100
parents 5e3d1a68664e
children f58cfb2d004f
line wrap: on
line diff
--- a/graal/com.oracle.truffle.sl/src/com/oracle/truffle/sl/SLTypes.java	Fri Jan 25 11:11:32 2013 +0100
+++ b/graal/com.oracle.truffle.sl/src/com/oracle/truffle/sl/SLTypes.java	Fri Jan 25 11:47:28 2013 +0100
@@ -66,8 +66,7 @@
     }
 
     @TypeCheck
-    public boolean isBigInteger(@SuppressWarnings("unused")
-    int value) {
+    public boolean isBigInteger(@SuppressWarnings("unused") int value) {
         return true;
     }
 }