src/share/classes/sun/security/ssl/BaseSSLSocketImpl.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

@@ -305,11 +305,11 @@
 
     /**
      * Gets the local address to which the socket is bound.
      *
      * @return the local address to which the socket is bound.
-     * @since   JDK1.1
+     * @since   1.1
      */
     @Override
     public final InetAddress getLocalAddress() {
         if (self == this) {
             return super.getLocalAddress();