changeset 949:34f17b5fe0dc jdk6-b33

OPENJDK6-42: Remove @Override annotation on interfaces added by 2014/10/14 security fixes. Reviewed-by: omajid
author andrew
date Wed, 08 Oct 2014 19:11:42 +0100
parents d2d34113fa7b
children cdb085a5127c
files src/share/classes/com/sun/org/apache/xml/internal/security/Init.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/com/sun/org/apache/xml/internal/security/Init.java	Thu Aug 07 15:40:14 2014 +0100
+++ b/src/share/classes/com/sun/org/apache/xml/internal/security/Init.java	Wed Oct 08 19:11:42 2014 +0100
@@ -122,7 +122,7 @@
         }
         try {
             AccessController.doPrivileged(new PrivilegedExceptionAction<Void>(){
-                @Override public Void run() throws XMLSecurityException {
+                public Void run() throws XMLSecurityException {
                     //
                     // Bind the default prefixes
                     //