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
|
@ -76,13 +76,13 @@ import static java.io.ObjectStreamField.*;
|
|||
*
|
||||
* <p>The algorithm to compute the SerialVersionUID is described in
|
||||
* <a href="{@docRoot}/../specs/serialization/class.html#stream-unique-identifiers">
|
||||
* Object Serialization Specification, Section 4.6, Stream Unique Identifiers</a>.
|
||||
* <cite>Java Object Serialization Specification,</cite> Section 4.6, "Stream Unique Identifiers"</a>.
|
||||
*
|
||||
* @author Mike Warres
|
||||
* @author Roger Riggs
|
||||
* @see ObjectStreamField
|
||||
* @see <a href="{@docRoot}/../specs/serialization/class.html">
|
||||
* Object Serialization Specification, Section 4, Class Descriptors</a>
|
||||
* <cite>Java Object Serialization Specification,</cite> Section 4, "Class Descriptors"</a>
|
||||
* @since 1.1
|
||||
*/
|
||||
public class ObjectStreamClass implements Serializable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue