7193169: The code example in javadoc of Component.java misses 'implements' keyword

Reviewed-by: anthony
This commit is contained in:
Sean Chou 2012-08-24 11:35:51 +08:00
parent 9ef68c62d1
commit a1e20b1d0a

View File

@ -150,7 +150,7 @@ import sun.util.logging.PlatformLogger;
* import java.awt.event.*;
* import java.io.Serializable;
*
* class MyApp java.io.Serializable
* class MyApp implements java.io.Serializable
* {
* BigObjectThatShouldNotBeSerializedWithAButton bigOne;
* Button aButton = new Button();