test/java/io/Serializable/enum/array/Test.java

Print this page

        

*** 23,35 **** /* @test * @bug 4838379 * @summary Verify that serialization of enum constant arrays functions * properly. - * - * @compile -source 1.5 Test.java - * @run main Test */ import java.io.*; import java.util.Arrays; --- 23,32 ----