mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8037384: Fix wording in Javadoc of java.io.Serializable
8231547: Serializable class doc should link to serialization specification Reviewed-by: rriggs, iris, chegar
This commit is contained in:
parent
19b2898691
commit
cc0ed401ec
5 changed files with 26 additions and 22 deletions
|
@ -161,7 +161,7 @@ import sun.reflect.misc.ReflectUtil;
|
|||
* @see java.io.Serializable
|
||||
* @see java.io.Externalizable
|
||||
* @see <a href="{@docRoot}/../specs/serialization/output.html">
|
||||
* Object Serialization Specification, Section 2, Object Output Classes</a>
|
||||
* <cite>Java Object Serialization Specification,</cite> Section 2, "Object Output Classes"</a>
|
||||
* @since 1.1
|
||||
*/
|
||||
public class ObjectOutputStream
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue