diff options
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"; |