changeset 92:4a15d8b1c94a jdk6-b29

OPENJDK6-21: Remove @Override annotation added on interface by 2013/10/15 security fixes Reviewed-by: omajid
author andrew
date Tue, 29 Oct 2013 14:04:26 +0000
parents f587451cfca4
children 47195b885932
files src/share/classes/com/sun/corba/se/impl/presentation/rmi/InvocationHandlerFactoryImpl.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/com/sun/corba/se/impl/presentation/rmi/InvocationHandlerFactoryImpl.java	Tue Oct 15 15:55:15 2013 +0100
+++ b/src/share/classes/com/sun/corba/se/impl/presentation/rmi/InvocationHandlerFactoryImpl.java	Tue Oct 29 14:04:26 2013 +0000
@@ -130,7 +130,6 @@
             new CustomCompositeInvocationHandlerImpl( stub ) ;
 
         AccessController.doPrivileged(new PrivilegedAction<Void>() {
-            @Override
             public Void run() {
         handler.addInvocationHandler( DynamicStub.class,
             dynamicStubHandler ) ;