langtools/src/java.compiler/share/classes/javax/annotation/processing/Processor.java
changeset 43858 3f89ba6c36c0
parent 43585 19e14d35add0
child 44809 931f88b3014d
--- a/langtools/src/java.compiler/share/classes/javax/annotation/processing/Processor.java	Mon Feb 13 10:29:04 2017 -0800
+++ b/langtools/src/java.compiler/share/classes/javax/annotation/processing/Processor.java	Mon Feb 13 11:51:51 2017 -0800
@@ -291,7 +291,7 @@
      * @apiNote When running in an environment which supports modules,
      * processors are encouraged to include the module prefix when
      * describing their supported annotation types. The method {@link
-     * AbstractProcessor.getSupportedAnnotationTypes
+     * AbstractProcessor#getSupportedAnnotationTypes
      * AbstractProcessor.getSupportedAnnotationTypes} provides support
      * for stripping off the module prefix when running in an
      * environment without modules.