mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8225651: Missed the @
in a couple of code tags of SocketImpl
Reviewed-by: alanb, dfuchs
This commit is contained in:
parent
d02937254d
commit
5b9c330db8
1 changed files with 2 additions and 2 deletions
|
@ -396,7 +396,7 @@ public abstract class SocketImpl implements SocketOptions {
|
|||
*
|
||||
* @implSpec
|
||||
* The default implementation of this method first checks that the given
|
||||
* socket option {code name} is not null, then throws {@code
|
||||
* socket option {@code name} is not null, then throws {@code
|
||||
* UnsupportedOperationException}. Subclasses should override this method
|
||||
* with an appropriate implementation.
|
||||
*
|
||||
|
@ -424,7 +424,7 @@ public abstract class SocketImpl implements SocketOptions {
|
|||
*
|
||||
* @implSpec
|
||||
* The default implementation of this method first checks that the given
|
||||
* socket option {code name} is not null, then throws {@code
|
||||
* socket option {@code name} is not null, then throws {@code
|
||||
* UnsupportedOperationException}. Subclasses should override this method
|
||||
* with an appropriate implementation.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue