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:
Stuart Marks 2020-11-20 18:26:38 +00:00
parent 19b2898691
commit cc0ed401ec
5 changed files with 26 additions and 22 deletions

View file

@ -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