mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-25 06:10:44 +00: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
@ -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…
x
Reference in New Issue
Block a user