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/area/DestinationData.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/area/DestinationData.java')
-rw-r--r-- | src/java/org/apache/fop/area/DestinationData.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/java/org/apache/fop/area/DestinationData.java b/src/java/org/apache/fop/area/DestinationData.java index 6b873ef84..b23605972 100644 --- a/src/java/org/apache/fop/area/DestinationData.java +++ b/src/java/org/apache/fop/area/DestinationData.java @@ -60,7 +60,7 @@ public class DestinationData extends AbstractOffDocumentItem implements Resolvab } /** - * @see org.apache.fop.area.Resolvable#getIDRefs() + * {@inheritDoc} */ public String[] getIDRefs() { return idRefs; @@ -90,7 +90,7 @@ public class DestinationData extends AbstractOffDocumentItem implements Resolvab * Resolves the idref of this object by getting the PageViewport * object that corresponds to the IDRef * - * @see org.apache.fop.area.Resolvable#resolveIDRef(String, List) + * {@inheritDoc} List) * @todo check to make sure it works if multiple bookmark-items * have the same idref */ @@ -100,7 +100,7 @@ public class DestinationData extends AbstractOffDocumentItem implements Resolvab } /** - * @see org.apache.fop.area.OffDocumentItem#getName() + * {@inheritDoc} */ public String getName() { return "Destination"; |