< prev index next >

test/java/time/test/java/time/format/TestNonIsoFormatter.java

Print this page

        

*** 18,27 **** --- 18,34 ---- * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ + + /* + * + * @test + * @modules jdk.localedata + */ + package test.java.time.format; import static org.testng.Assert.assertEquals; import java.time.LocalDate;
< prev index next >