mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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
|
* @implSpec
|
||||||
* The default implementation of this method first checks that the given
|
* 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
|
* UnsupportedOperationException}. Subclasses should override this method
|
||||||
* with an appropriate implementation.
|
* with an appropriate implementation.
|
||||||
*
|
*
|
||||||
|
@ -424,7 +424,7 @@ public abstract class SocketImpl implements SocketOptions {
|
||||||
*
|
*
|
||||||
* @implSpec
|
* @implSpec
|
||||||
* The default implementation of this method first checks that the given
|
* 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
|
* UnsupportedOperationException}. Subclasses should override this method
|
||||||
* with an appropriate implementation.
|
* with an appropriate implementation.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue