diff options
Diffstat (limited to 'src/java/org/apache/fop/fo/extensions/Outline.java')
-rw-r--r-- | src/java/org/apache/fop/fo/extensions/Outline.java | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/java/org/apache/fop/fo/extensions/Outline.java b/src/java/org/apache/fop/fo/extensions/Outline.java index c9282a1f4..548ee0c05 100644 --- a/src/java/org/apache/fop/fo/extensions/Outline.java +++ b/src/java/org/apache/fop/fo/extensions/Outline.java @@ -48,13 +48,12 @@ public class Outline extends ExtensionObj { } /** - * The attribues on the outline object are the internal and external + * The attributes on the outline object are the internal and external * destination. One of these is required. * - * @param attlist the attribute list - * @throws FOPException a fop exception if there is an error + * @see org.apache.fop.fo.FObj#addProperties */ - public void handleAttrs(Attributes attlist) throws FOPException { + protected void addProperties(Attributes attlist) throws FOPException { internalDestination = attlist.getValue("internal-destination"); externalDestination = |