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

Print this page

        

@@ -21,11 +21,10 @@
  * 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 { }