--- old/src/java.base/share/classes/java/lang/annotation/ElementType.java 2016-05-26 09:14:16.741474639 +0530 +++ new/src/java.base/share/classes/java/lang/annotation/ElementType.java 2016-05-26 09:14:16.577474635 +0530 @@ -46,7 +46,7 @@ * {@code @Target(ElementType.FIELD)} may only be written as a modifier for a * field declaration. * - *

The constant {@link #TYPE_USE} corresponds to the 15 type contexts in JLS + *

The constant {@link #TYPE_USE} corresponds to the type contexts in JLS * 4.11, as well as to two declaration contexts: type declarations (including * annotation type declarations) and type parameter declarations. *