< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacMessager.java

Print this page

        

@@ -93,11 +93,11 @@
      * element.
      *
      * @param kind the kind of message
      * @param msg  the message, or an empty string if none
      * @param e    the annotated element
-     * @param a    the annotation containing the annotaiton value
+     * @param a    the annotation containing the annotation value
      * @param v    the annotation value to use as a position hint
      */
     @DefinedBy(Api.ANNOTATION_PROCESSING)
     public void printMessage(Diagnostic.Kind kind, CharSequence msg,
                       Element e, AnnotationMirror a, AnnotationValue v) {
< prev index next >