diff options
Diffstat (limited to 'src/java/org/apache/fop/pdf/PDFDocument.java')
-rw-r--r-- | src/java/org/apache/fop/pdf/PDFDocument.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/pdf/PDFDocument.java b/src/java/org/apache/fop/pdf/PDFDocument.java index 042d3d00b..09e1eccff 100644 --- a/src/java/org/apache/fop/pdf/PDFDocument.java +++ b/src/java/org/apache/fop/pdf/PDFDocument.java @@ -759,7 +759,7 @@ public class PDFDocument { /** * Sets whether the document has named destinations. * - * @param whether the document has named destinations. + * @param hasDestinations whether the document has named destinations. */ public void setHasDestinations(boolean hasDestinations) { this.hasDestinations = hasDestinations; |