< prev index next >

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

Print this page

        

*** 319,329 **** } /** * ExceptionProxy for MirroredTypesException. ! * The toString, hashCode, and equals methods foward to the underlying * types. */ private static final class MirroredTypesExceptionProxy extends ExceptionProxy { static final long serialVersionUID = 269; --- 319,329 ---- } /** * ExceptionProxy for MirroredTypesException. ! * 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 >