You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2002/09/21 06:32:12 UTC

cvs commit: xml-fop/src/org/apache/fop/fo PropertySets.java

pbwest      2002/09/20 21:32:12

  Modified:    src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design
                        PropertySets.java
  Log:
  Comment extended
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.13  +8 -3      xml-fop/src/org/apache/fop/fo/Attic/PropertySets.java
  
  Index: PropertySets.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/PropertySets.java,v
  retrieving revision 1.1.2.12
  retrieving revision 1.1.2.13
  diff -u -r1.1.2.12 -r1.1.2.13
  --- PropertySets.java	18 Sep 2002 15:42:12 -0000	1.1.2.12
  +++ PropertySets.java	21 Sep 2002 04:32:12 -0000	1.1.2.13
  @@ -718,6 +718,11 @@
               int expandedProp = expansion.get(i);
               PropertyValue expandedPropValue;
               //   The PropertyValue must be cloneable
  +            // Generally, this method will be called with one of the
  +            // pseudo-values - Inherit, FromParent or FromNearestSpecified
  +            // e.g. - and becaue those properties may have individual
  +            // IndirectValue settings, the value for each expanded
  +            // property must be unique.`
               try {
                   expandedPropValue = (PropertyValue)(value.clone());
               } catch (CloneNotSupportedException e) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org