mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -93,8 +93,9 @@ public final class UnixDomainSocketAddress extends SocketAddress {
|
|||
* <a href="{@docRoot}/serialized-form.html#java.net.UnixDomainSocketAddress.Ser">
|
||||
* Ser</a> containing the path name of this instance.
|
||||
*
|
||||
* @return a {@link Ser}
|
||||
* representing the path name of this instance
|
||||
* @return a {@link Ser} representing the path name of this instance
|
||||
*
|
||||
* @throws ObjectStreamException if an error occurs
|
||||
*/
|
||||
@java.io.Serial
|
||||
private Object writeReplace() throws ObjectStreamException {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue