# HG changeset patch # User Christos Kotselidis # Date 1370450255 -7200 # Node ID 2f72106d54c7b453a01d4c337b80ec1cdac01e98 # Parent 65e23a65de9df4f919f4da392a0119bc1d04d47c Fix check style error diff -r 65e23a65de9d -r 2f72106d54c7 graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/CompressedOopTest.java --- a/graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/CompressedOopTest.java Wed Jun 05 18:35:09 2013 +0200 +++ b/graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/CompressedOopTest.java Wed Jun 05 18:37:35 2013 +0200 @@ -306,7 +306,7 @@ return result; } - public static void compareAndSwapTest(Object c1, Object c2, Object c3) throws ClassCastException{ + public static void compareAndSwapTest(Object c1, Object c2, Object c3) throws ClassCastException { @SuppressWarnings("unchecked") AtomicReference cas = (AtomicReference) c1; cas.compareAndSet(c2, c3);