--- old/src/share/classes/java/security/spec/ECGenParameterSpec.java 2013-06-21 17:34:10.037831409 -0700 +++ new/src/share/classes/java/security/spec/ECGenParameterSpec.java 2013-06-21 17:34:09.877831413 -0700 @@ -41,13 +41,13 @@ /** * Creates a parameter specification for EC parameter * generation using a standard (or predefined) name - * stdName in order to generate the corresponding + * {@code stdName} in order to generate the corresponding * (precomputed) elliptic curve domain parameters. For the * list of supported names, please consult the documentation * of provider whose implementation will be used. * @param stdName the standard name of the to-be-generated EC * domain parameters. - * @exception NullPointerException if stdName + * @exception NullPointerException if {@code stdName} * is null. */ public ECGenParameterSpec(String stdName) {