# HG changeset patch # User sadayapalam # Date 1464409048 -19800 # Node ID 512822cb2cfeca8c35c5cc91ba831f7e1b869574 # Parent a4c2c26a296a379f4b70913d9a46aaa1a3bd0152 8033812: javadoc for java.lang.annotation.ElementType needs minor correction Summary: Fix incorrect count of type contexts. Reviewed-by: mcimadamore diff -r a4c2c26a296a -r 512822cb2cfe jdk/src/java.base/share/classes/java/lang/annotation/ElementType.java --- a/jdk/src/java.base/share/classes/java/lang/annotation/ElementType.java Fri May 27 14:26:58 2016 -0700 +++ b/jdk/src/java.base/share/classes/java/lang/annotation/ElementType.java Sat May 28 09:47:28 2016 +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. *