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

Print this page

        

@@ -464,11 +464,11 @@
      * to provide a source of random bits to all of the methods inherited
      * from that class (for example, <code>nextInt</code>,
      * <code>nextLong</code>, and <code>nextFloat</code>).
      *
      * @param numBits number of pseudo-random bits to be generated, where
-     * 0 <= <code>numBits</code> <= 32.
+     * {@code 0 <= numBits <= 32}.
      *
      * @return an <code>int</code> containing the user-specified number
      * of pseudo-random bits (right justified, with leading zeros).
      */
     @Override