< prev index next >

src/java.base/share/classes/java/security/SecureRandom.java

Print this page

        

@@ -649,12 +649,10 @@
     /**
      * Returns a Human-readable string representation of this
      * {@code SecureRandom}.
      *
      * @return the string representation
-     *
-     * @since 9
      */
     @Override
     public String toString() {
         return secureRandomSpi.toString();
     }
< prev index next >