diff options
author | Joerg Pietschmann <pietsch@apache.org> | 2005-09-08 22:06:48 +0000 |
---|---|---|
committer | Joerg Pietschmann <pietsch@apache.org> | 2005-09-08 22:06:48 +0000 |
commit | 4d77beff3195315d899d138db2fd5e592e41c9be (patch) | |
tree | b909a2d210d5f0ee17649a830653e2fd760e29be /src/java/org/apache/fop/fo/properties/CompoundPropertyMaker.java | |
parent | 1c5cae7362ae33673b79090a2e2ae668babcb9da (diff) | |
download | xmlgraphics-fop-4d77beff3195315d899d138db2fd5e592e41c9be.tar.gz xmlgraphics-fop-4d77beff3195315d899d138db2fd5e592e41c9be.zip |
Fixed javadoc errors.
Added a few TODOs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@279656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/properties/CompoundPropertyMaker.java')
-rw-r--r-- | src/java/org/apache/fop/fo/properties/CompoundPropertyMaker.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/fo/properties/CompoundPropertyMaker.java b/src/java/org/apache/fop/fo/properties/CompoundPropertyMaker.java index 1f8e57779..7fc2495bf 100644 --- a/src/java/org/apache/fop/fo/properties/CompoundPropertyMaker.java +++ b/src/java/org/apache/fop/fo/properties/CompoundPropertyMaker.java @@ -93,7 +93,7 @@ public class CompoundPropertyMaker extends PropertyMaker { * of compound property types, such as "space". * Overridden by property maker subclasses which handle * compound properties. - * @param subprop The Constants ID of the component for which a Maker is to + * @param subpropId the id of the component for which a Maker is to * returned, for example CP_OPTIMUM, if the FO attribute is * space.optimum='10pt'. * @return the Maker object specified @@ -139,7 +139,7 @@ public class CompoundPropertyMaker extends PropertyMaker { * the default value. * @param subpropId The subproperty id of the property being retrieved. * Is 0 when retriving a base property. - * @param propertylist The PropertyList object being built for this FO. + * @param propertyList The PropertyList object being built for this FO. * @param bTryInherit true if inherited properties should be examined. * @param bTryDefault true if the default value should be returned. */ |