mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8284613: invalid use of @serial tag
Reviewed-by: prr
This commit is contained in:
parent
9583e3657e
commit
cdd1b0da14
12 changed files with 10 additions and 12 deletions
|
@ -386,7 +386,7 @@ public class FocusEvent extends ComponentEvent {
|
|||
* @return a newly created object from deserialized data
|
||||
* @throws ObjectStreamException if a new object replacing this object could
|
||||
* not be created
|
||||
* @serial
|
||||
*
|
||||
* @see #cause
|
||||
* @since 9
|
||||
*/
|
||||
|
|
|
@ -2006,7 +2006,6 @@ public non-sealed class KeyEvent extends InputEvent {
|
|||
* @throws ClassNotFoundException if the class of a serialized object could
|
||||
* not be found
|
||||
* @throws IOException if an I/O error occurs
|
||||
* @serial
|
||||
*/
|
||||
@Serial
|
||||
@SuppressWarnings("deprecation")
|
||||
|
|
|
@ -1194,7 +1194,6 @@ public non-sealed class MouseEvent extends InputEvent {
|
|||
* @throws ClassNotFoundException if the class of a serialized object could
|
||||
* not be found
|
||||
* @throws IOException if an I/O error occurs
|
||||
* @serial
|
||||
*/
|
||||
@Serial
|
||||
@SuppressWarnings("deprecation")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue