mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-06 16:38:36 +00:00
8037120: Fix doclint warnings in javax.lang.model exception types
Reviewed-by: jjg
This commit is contained in:
parent
e5fb7f77d6
commit
07cc98bb1a
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 2014, 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
|
||||
@ -70,6 +70,10 @@ public class MirroredTypeException extends MirroredTypesException {
|
||||
|
||||
/**
|
||||
* Explicitly set all transient fields.
|
||||
* @param s the serial stream
|
||||
* @throws ClassNotFoundException for a missing class during
|
||||
* deserialization
|
||||
* @throws IOException for an IO problem during deserialization
|
||||
*/
|
||||
private void readObject(ObjectInputStream s)
|
||||
throws IOException, ClassNotFoundException {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 2014, 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
|
||||
@ -85,6 +85,10 @@ public class MirroredTypesException extends RuntimeException {
|
||||
|
||||
/**
|
||||
* Explicitly set all transient fields.
|
||||
* @param s the serial stream
|
||||
* @throws ClassNotFoundException for a missing class during
|
||||
* deserialization
|
||||
* @throws IOException for an IO problem during deserialization
|
||||
*/
|
||||
private void readObject(ObjectInputStream s)
|
||||
throws IOException, ClassNotFoundException {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user