< prev index next >

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

Print this page

        

*** 209,220 **** /** * Returns a Human-readable string representation of this * {@code SecureRandom}. * * @return the string representation - * - * @since 9 */ @Override public String toString() { return getClass().getSimpleName(); } --- 209,218 ----
< prev index next >