test/java/io/Serializable/resolveClass/deserializeButton/Test.java

Print this page

        

@@ -24,11 +24,11 @@
 /*
  * @bug 4413434
  * @summary Verify that class loaded outside of application class loader is
  *          correctly resolved during deserialization when read in by custom
  *          readObject() method of a bootstrap class (in this case,
- *          java.awt.Button).
+ *          java.util.Vector).
  */
 
 import java.io.*;
 import java.net.*;