--- old/src/java.compiler/share/classes/javax/annotation/processing/Processor.java 2019-01-07 22:32:33.940000000 -0800 +++ new/src/java.compiler/share/classes/javax/annotation/processing/Processor.java 2019-01-07 22:32:33.748000000 -0800 @@ -59,7 +59,7 @@ * constructor of the processor class. * *
  • Next, the tool calls the {@link #init init} method with - * an appropriate {@code ProcessingEnvironment}. + * an appropriate {@link ProcessingEnvironment}. * *
  • Afterwards, the tool calls {@link #getSupportedAnnotationTypes * getSupportedAnnotationTypes}, {@link #getSupportedOptions