diff graal/com.oracle.truffle.api.dsl.test/src/com/oracle/truffle/api/dsl/test/FallbackTest.java @ 18163:c88ab4f1f04a

re-enabled Checkstyle with the release of 6.0 that supports Java 8; fixed existing Checkstyle warnings
author Doug Simon <doug.simon@oracle.com>
date Fri, 24 Oct 2014 16:18:10 +0200
parents 9f38d222fa6c
children 08aa0372dad4
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api.dsl.test/src/com/oracle/truffle/api/dsl/test/FallbackTest.java	Thu Oct 23 17:20:10 2014 +0200
+++ b/graal/com.oracle.truffle.api.dsl.test/src/com/oracle/truffle/api/dsl/test/FallbackTest.java	Fri Oct 24 16:18:10 2014 +0200
@@ -47,7 +47,7 @@
     }
 
     /**
-     * test with fallback handler defined
+     * Test with fallback handler defined.
      */
     @SuppressWarnings("unused")
     @NodeChild("a")
@@ -72,7 +72,7 @@
     }
 
     /**
-     * test without fallback handler defined
+     * Test without fallback handler defined.
      */
     @SuppressWarnings("unused")
     @NodeChild("a")
@@ -93,7 +93,7 @@
     }
 
     /**
-     * test without fallback handler and unreachable
+     * Test without fallback handler and unreachable.
      */
     @SuppressWarnings("unused")
     @NodeChild("a")
@@ -136,7 +136,7 @@
     }
 
     /**
-     * test without fallback handler and unreachable
+     * Test without fallback handler and unreachable.
      */
     @SuppressWarnings("unused")
     @NodeChild("a")