pbwest 2004/02/25 04:28:58 Modified: src/java/org/apache/fop/area Tag: FOP_0-20-0_Alt-Design Area.java Log: Added a no-argument constructor to build a subtree root area synced on itself Revision Changes Path No revision No revision 1.1.2.6 +7 -0 xml-fop/src/java/org/apache/fop/area/Area.java Index: Area.java =================================================================== RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/area/Area.java,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -u -r1.1.2.5 -r1.1.2.6 --- Area.java 23 Feb 2004 13:18:37 -0000 1.1.2.5 +++ Area.java 25 Feb 2004 12:28:58 -0000 1.1.2.6 @@ -72,6 +72,13 @@ } /** + * Construct an <code>Area</code> which is the root of a tree, and is + * synchronized on itself + */ + public Area() { + super(); + } + /** * @return the bPDim */ public Integer getBPDim() {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]