JDK 12 RFR of JDK-8213444: Missing emphasis for term being defined (original) (raw)

joe darcy joe.darcy at oracle.com
Wed Nov 7 05:59:48 UTC 2018


Hello,

Please review the small change to address

    JDK-8213444: Missing emphasis for term being defined     http://cr.openjdk.java.net/~darcy/8213444.0/

Patch below.

The emphasis markup is added to the "present" term in symmetry with the other terms being defined. Additionally, the formatting of some text in a {@code } structure is improved.

The analogous list of definitions in javax.lang.model.AnnotatedConstruct already use emphasis for all the defined terms.

Thanks,

-Joe


old/src/java.base/share/classes/java/lang/reflect/AnnotatedElement.java 2018-11-06 21:55:58.195000000 -0800 +++ new/src/java.base/share/classes/java/lang/reflect/AnnotatedElement.java 2018-11-06 21:55:58.027000000 -0800 @@ -74,7 +74,7 @@   * exactly one annotation whose value element contains A and whose   * type is the containing annotation type of A 's type.   *



More information about the compiler-dev mailing list