5075463: (enum) Serialized Form javadoc for java.lang.Enum is misleading

Reviewed-by: lancea, rriggs, smarks
This commit is contained in:
Joe Darcy 2018-08-15 10:44:56 -07:00
parent b0954bc7ab
commit 07f3f674c2

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -45,6 +45,7 @@ import java.io.ObjectStreamException;
* java.util.EnumMap map} implementations are available.
*
* @param <E> The enum type subclass
* @serial exclude
* @author Josh Bloch
* @author Neal Gafter
* @see Class#getEnumConstants()