Browse Source

FOP-2298: One last @Override to remove to satisfy broken Java 5 support.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1524211 13f79535-47bb-0310-9956-ffa450edef68
pull/22/head
Glenn Adams 10 years ago
parent
commit
40e2408c3d

+ 0
- 1
src/java/org/apache/fop/render/pdf/extensions/PDFDictionaryAttachment.java View File

@@ -42,7 +42,6 @@ public class PDFDictionaryAttachment extends PDFExtensionAttachment {
return extension;
}

@Override
public void toSAX(ContentHandler handler) throws SAXException {
PDFDictionaryType dictionaryType = extension.getDictionaryType();
int pageNumber = 0;

Loading…
Cancel
Save