diff options
author | Joerg Pietschmann <pietsch@apache.org> | 2005-08-14 00:57:01 +0000 |
---|---|---|
committer | Joerg Pietschmann <pietsch@apache.org> | 2005-08-14 00:57:01 +0000 |
commit | 8eca11a7d590c0d760967f6227230b63fa7921d6 (patch) | |
tree | 3e14421a52a9f963df97887c57b2584f6e2ddfd8 /src/java/org/apache/fop/fo/expr/NumericProperty.java | |
parent | 755da1887ce91ce0e76c366313dee39e01443e3f (diff) | |
download | xmlgraphics-fop-8eca11a7d590c0d760967f6227230b63fa7921d6.tar.gz xmlgraphics-fop-8eca11a7d590c0d760967f6227230b63fa7921d6.zip |
Squashed some JavaDoc warnings.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@232563 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/expr/NumericProperty.java')
-rw-r--r-- | src/java/org/apache/fop/fo/expr/NumericProperty.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/expr/NumericProperty.java b/src/java/org/apache/fop/fo/expr/NumericProperty.java index ddaac5088..72de27750 100644 --- a/src/java/org/apache/fop/fo/expr/NumericProperty.java +++ b/src/java/org/apache/fop/fo/expr/NumericProperty.java @@ -34,7 +34,6 @@ public class NumericProperty extends Property implements Numeric, Length { /** * Construct a Numeric object by specifying one or more components, * including absolute length, percent length, table units. - * @param valType A combination of bits representing the value types. * @param value The value of the numeric. * @param dim The dimension of the value. 0 for a Number, 1 for a Length * (any type), >1, <0 if Lengths have been multiplied or divided. |