diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2007-07-18 17:37:14 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2007-07-18 17:37:14 +0000 |
commit | 4e921e05c7204e345525cf3e3312d8b8342d4b63 (patch) | |
tree | 05812a48470db3fa5acfb64156704485e86327ed /src/java/org/apache/fop/image/TIFFImage.java | |
parent | 8fcc676984fbb4b8023f79a51dc2fb9fdff1bbb4 (diff) | |
download | xmlgraphics-fop-4e921e05c7204e345525cf3e3312d8b8342d4b63.tar.gz xmlgraphics-fop-4e921e05c7204e345525cf3e3312d8b8342d4b63.zip |
* Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags
* Additional code cleanup: removal of unused imports (mainly in the fo.flow package)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557337 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/image/TIFFImage.java')
-rw-r--r-- | src/java/org/apache/fop/image/TIFFImage.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/image/TIFFImage.java b/src/java/org/apache/fop/image/TIFFImage.java index 841bd2304..d9a9fc022 100644 --- a/src/java/org/apache/fop/image/TIFFImage.java +++ b/src/java/org/apache/fop/image/TIFFImage.java @@ -65,7 +65,7 @@ public class TIFFImage extends XmlGraphicsCommonsImage { } /** - * @see org.apache.fop.image.XmlGraphicsCommonsImage#decodeImage( + * {@inheritDoc} * org.apache.xmlgraphics.image.codec.util.SeekableStream) */ protected CachableRed decodeImage(SeekableStream stream) throws IOException { @@ -128,7 +128,7 @@ public class TIFFImage extends XmlGraphicsCommonsImage { * This loads only strip 1 of the original TIFF data. * * @return true if loaded false for any error - * @see org.apache.fop.image.AbstractFopImage#loadOriginalData() + * {@inheritDoc} */ protected boolean loadOriginalData() { if (loadDimensions()) { |