From 6847b3f4e9b7134dc9cd411e3aa4fbff9df299a8 Mon Sep 17 00:00:00 2001 From: Peter Bernard West Date: Tue, 24 Sep 2002 05:29:30 +0000 Subject: [PATCH] Changed comment git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195243 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/fo/PropertySets.java | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/org/apache/fop/fo/PropertySets.java b/src/org/apache/fop/fo/PropertySets.java index 15a0d56cc..15333dff7 100644 --- a/src/org/apache/fop/fo/PropertySets.java +++ b/src/org/apache/fop/fo/PropertySets.java @@ -1180,17 +1180,21 @@ public class PropertySets { }; /** - * Expand the >tt>PropertyValue assigned to a compound property + * Expand the PropertyValue assigned to a compound property * into propertyValues for the individual property components. * N.B. This method assumes that the set of expansion properties is * comprised of a copy and a non-copy set. For example, <space> * compounds have a copy set of .minimum, .optimum and .maximum, and a * non-copy set of .precedence and .conditionality. For each element of * the copy set, the given value is cloned. For each member of the - * non-copy set, a reference to the initial value is taken. Any - * properties for which the non-copy set takes other than the initial - * value will have to arrange to override this method of the method from - * which it is invoked. + * non-copy set, a reference to the initial value is taken. + * @param foTree - the FOTree for which properties are being + * developed. + * @param value - the PropertyValue to be cloned for the copy + * set members. + * @return a PropertyValueList containing the copy set + * expansions followed by the non-copy set expansions, in the order + * they are defined in appropriate ROIntArrays in this class. */ public static PropertyValueList expandCompoundProperty (FOTree foTree, PropertyValue value) -- 2.39.5