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 bc...@apache.org on 2004/10/20 13:51:35 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo/properties CommonAbsolutePosition.java CommonAural.java CommonMarginInline.java

bckfnn      2004/10/20 04:51:35

  Modified:    src/java/org/apache/fop/fo/properties
                        CommonAbsolutePosition.java CommonAural.java
                        CommonMarginInline.java
  Log:
  Third phase of performance improvement.
  - Remove default ctor. Was only used by PropertyManager.
  
  PR: 31699
  
  Revision  Changes    Path
  1.4       +1 -4      xml-fop/src/java/org/apache/fop/fo/properties/CommonAbsolutePosition.java
  
  Index: CommonAbsolutePosition.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/properties/CommonAbsolutePosition.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CommonAbsolutePosition.java	19 Oct 2004 21:40:56 -0000	1.3
  +++ CommonAbsolutePosition.java	20 Oct 2004 11:51:34 -0000	1.4
  @@ -53,9 +53,6 @@
        */
       public Length left;
   
  -    public CommonAbsolutePosition() {
  -    }
  -
       /**
        * Create a CommonAbsolutePosition object.
        * @param pList The PropertyList with propery values.
  
  
  
  1.4       +1 -4      xml-fop/src/java/org/apache/fop/fo/properties/CommonAural.java
  
  Index: CommonAural.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/properties/CommonAural.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CommonAural.java	19 Oct 2004 21:40:56 -0000	1.3
  +++ CommonAural.java	20 Oct 2004 11:51:34 -0000	1.4
  @@ -116,9 +116,6 @@
        */
       public int volume;
   
  -    public CommonAural() {
  -    }
  -
       /**
        * Create a CommonAbsolutePosition object.
        * @param pList The PropertyList with propery values.
  
  
  
  1.4       +1 -5      xml-fop/src/java/org/apache/fop/fo/properties/CommonMarginInline.java
  
  Index: CommonMarginInline.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/properties/CommonMarginInline.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CommonMarginInline.java	19 Oct 2004 21:40:56 -0000	1.3
  +++ CommonMarginInline.java	20 Oct 2004 11:51:34 -0000	1.4
  @@ -59,10 +59,6 @@
        */
       public SpaceProperty spaceEnd;
   
  -    public CommonMarginInline() {
  -
  -    }
  -
       /**
        * Create a CommonMarginInline object.
        * @param pList The PropertyList with propery values.
  
  
  

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