diff options
Diffstat (limited to 'src/java/org/apache/fop/fo/properties/CondLengthProperty.java')
-rw-r--r-- | src/java/org/apache/fop/fo/properties/CondLengthProperty.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/properties/CondLengthProperty.java b/src/java/org/apache/fop/fo/properties/CondLengthProperty.java index 0253e8a81..a5188f2eb 100644 --- a/src/java/org/apache/fop/fo/properties/CondLengthProperty.java +++ b/src/java/org/apache/fop/fo/properties/CondLengthProperty.java @@ -39,7 +39,7 @@ public class CondLengthProperty extends Property implements CompoundDatatype { public static class Maker extends CompoundPropertyMaker { /** - * @param name of property for which a Maker should be created + * @param propId the id of the property for which a Maker should be created */ public Maker(int propId) { super(propId); |