8225651: Missed the @ in a couple of code tags of SocketImpl

Reviewed-by: alanb, dfuchs
This commit is contained in:
Chris Hegarty 2019-06-12 16:10:39 +01:00
parent d02937254d
commit 5b9c330db8

View file

@ -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.
*