# HG changeset patch # User Christos Kotselidis # Date 1371826378 -7200 # Node ID 0ef79b98d842b36eb3e731f3e1b3246f1481466a # Parent 4d84627b891b94daf0d45cedc2c4593f9dca5d0e Fix checkstyle errors diff -r 4d84627b891b -r 0ef79b98d842 graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/WriteBarrierAdditionTest.java --- a/graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/WriteBarrierAdditionTest.java Fri Jun 21 16:49:32 2013 +0200 +++ b/graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/WriteBarrierAdditionTest.java Fri Jun 21 16:52:58 2013 +0200 @@ -69,7 +69,7 @@ } /** - * Expected 2 barriers for the Serial GC and 4 for G1 (2 pre + 2 post) + * Expected 2 barriers for the Serial GC and 4 for G1 (2 pre + 2 post). */ @Test public void test1() throws Exception { @@ -85,7 +85,7 @@ } /** - * Expected 4 barriers for the Serial GC and 8 for G1 (4 pre + 4 post) + * Expected 4 barriers for the Serial GC and 8 for G1 (4 pre + 4 post). */ @Test public void test2() throws Exception { @@ -108,7 +108,7 @@ } /** - * Expected 4 barriers for the Serial GC and 8 for G1 (4 pre + 4 post) + * Expected 4 barriers for the Serial GC and 8 for G1 (4 pre + 4 post). */ @Test public void test3() throws Exception {