changeset 122:888dd6818731 jdk6-b37

OPENJDK6-65: Remove @Override annotation on interfaces added by 2015/10/20 security fixes Reviewed-by: omajid
author andrew
date Tue, 27 Oct 2015 16:38:26 +0000
parents 6c2627e1bef3
children b6d0c2cd0b17
files drop_included/jaxp_src/src/com/sun/org/apache/xerces/internal/impl/XMLDTDScannerImpl.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/drop_included/jaxp_src/src/com/sun/org/apache/xerces/internal/impl/XMLDTDScannerImpl.java	Tue Oct 27 04:53:10 2015 +0000
+++ b/drop_included/jaxp_src/src/com/sun/org/apache/xerces/internal/impl/XMLDTDScannerImpl.java	Tue Oct 27 16:38:26 2015 +0000
@@ -382,7 +382,6 @@
      * @return true if DTD is skipped, false otherwise.
      * @throws java.io.IOException if i/o error occurs
      */
-    @Override
     public boolean skipDTD(boolean supportDTD) throws IOException {
         if (!supportDTD) {
             fStringBuffer.clear();