test/java/io/Serializable/replaceWithNull/ReplaceWithNull.java

Print this page

        

*** 21,31 **** * questions. */ /* @test * @bug 4065313 - * @clean A ReplaceWithNull MyObjectOutputStream * @summary Ensure that it is okay to replace an object with null. */ import java.io.*; class A { } --- 21,30 ----