8033812: javadoc for java.lang.annotation.ElementType needs minor correction
Summary: Fix incorrect count of type contexts.
Reviewed-by: mcimadamore
--- 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.
*
- * <p>The constant {@link #TYPE_USE} corresponds to the 15 type contexts in JLS
+ * <p>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.
*