test/java/math/RoundingMode/RoundingModeTests.java

Print this page

        

@@ -24,12 +24,10 @@
 /*
  * @test
  * @bug 4851776 4891522 4905335
  * @summary Basic tests for the RoundingMode class.
  * @author Joseph D. Darcy
- * @compile -source 1.5 RoundingModeTests.java
- * @run main RoundingModeTests
  */
 
 import java.math.RoundingMode;
 import java.math.BigDecimal;