--- old/src/share/classes/com/sun/tools/apt/mirror/declaration/AnnotationProxyMaker.java 2010-02-24 18:00:15.000000000 -0800 +++ new/src/share/classes/com/sun/tools/apt/mirror/declaration/AnnotationProxyMaker.java 2010-02-24 18:00:15.000000000 -0800 @@ -270,7 +270,7 @@ * The toString, hashCode, and equals methods foward to the underlying * type. */ - private static class MirroredTypeExceptionProxy extends ExceptionProxy { + private static final class MirroredTypeExceptionProxy extends ExceptionProxy { private static final long serialVersionUID = 6662035281599933545L; private MirroredTypeException ex; @@ -312,7 +312,7 @@ * The toString, hashCode, and equals methods foward to the underlying * types. */ - private static class MirroredTypesExceptionProxy extends ExceptionProxy { + private static final class MirroredTypesExceptionProxy extends ExceptionProxy { private static final long serialVersionUID = -6670822532616693951L; private MirroredTypesException ex;