test/java/math/RoundingMode/RoundingModeTests.java

Print this page

        

*** 24,35 **** /* * @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; --- 24,33 ----