7193169: The code example in javadoc of Component.java misses 'implements' keyword
Reviewed-by: anthony
This commit is contained in:
parent
9ef68c62d1
commit
a1e20b1d0a
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user