Browse Source

Fixing annotation and comment

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1655099 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_0
Luca Furini 9 years ago
parent
commit
4c90ce7af6

+ 1
- 4
src/java/org/apache/fop/render/pdf/extensions/PDFEmbeddedFileElement.java View File

return ELEMENT; return ELEMENT;
} }


/**
* Instantiates extension attachment object.
* @return extension attachment
*/
@Override
protected ExtensionAttachment instantiateExtensionAttachment() { protected ExtensionAttachment instantiateExtensionAttachment() {
return new PDFEmbeddedFileAttachment(); return new PDFEmbeddedFileAttachment();
} }

Loading…
Cancel
Save