8225651: Missed the `@` in a couple of code tags of SocketImpl
authorchegar
Wed, 12 Jun 2019 16:10:39 +0100
changeset 55346 730ed3fc6605
parent 55345 492b644bb9c2
child 55347 466d6e2d2ddf
8225651: Missed the `@` in a couple of code tags of SocketImpl Reviewed-by: alanb, dfuchs
src/java.base/share/classes/java/net/SocketImpl.java
--- a/src/java.base/share/classes/java/net/SocketImpl.java	Wed Jun 12 10:52:45 2019 -0400
+++ b/src/java.base/share/classes/java/net/SocketImpl.java	Wed Jun 12 16:10:39 2019 +0100
@@ -396,7 +396,7 @@
      *
      * @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 @@
      *
      * @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.
      *