--- old/src/share/classes/javax/annotation/processing/AbstractProcessor.java 2013-06-27 22:57:57.000000000 -0700 +++ new/src/share/classes/javax/annotation/processing/AbstractProcessor.java 2013-06-27 22:57:57.000000000 -0700 @@ -38,7 +38,7 @@ * superclass for most concrete annotation processors. This class * examines annotation values to compute the {@linkplain * #getSupportedOptions options}, {@linkplain - * #getSupportedAnnotationTypes annotations}, and {@linkplain + * #getSupportedAnnotationTypes annotation types}, and {@linkplain * #getSupportedSourceVersion source version} supported by its * subtypes. *