< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/model/AnnotationProxyMaker.java

Print this page

        

@@ -319,11 +319,11 @@
     }
 
 
     /**
      * ExceptionProxy for MirroredTypesException.
-     * The toString, hashCode, and equals methods foward to the underlying
+     * The toString, hashCode, and equals methods forward to the underlying
      * types.
      */
     private static final class MirroredTypesExceptionProxy extends ExceptionProxy {
         static final long serialVersionUID = 269;
 
< prev index next >