mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8253100: Fix "no comment" warnings in java.base/java.net
Reviewed-by: ryadav, chegar, naoto, alanb
This commit is contained in:
parent
d185a6c53e
commit
5f4bc0aca6
10 changed files with 135 additions and 34 deletions
|
@ -1777,6 +1777,9 @@ public final class URI
|
|||
*
|
||||
* @param os The object-output stream to which this object
|
||||
* is to be written
|
||||
*
|
||||
* @throws IOException
|
||||
* If an I/O error occurs
|
||||
*/
|
||||
@java.io.Serial
|
||||
private void writeObject(ObjectOutputStream os)
|
||||
|
@ -1795,6 +1798,12 @@ public final class URI
|
|||
*
|
||||
* @param is The object-input stream from which this object
|
||||
* is being read
|
||||
*
|
||||
* @throws IOException
|
||||
* If an I/O error occurs
|
||||
*
|
||||
* @throws ClassNotFoundException
|
||||
* If a serialized class cannot be loaded
|
||||
*/
|
||||
@java.io.Serial
|
||||
private void readObject(ObjectInputStream is)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue