RE: small code fix
I added this to CVS. -Kelly > -Original Message- > From: Chris Burkey [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 18, 2001 9:32 AM > To: [EMAIL PROTECTED] > Subject: small code fix > > > Hello, > > Here is one line of code
small code fix
Hello, Here is one line of code added to latest CVS, as shown: org.apache.fop.fo.FOTreeBuilder public void startDocument() { //CB: Added this so that a TreeBuilder could be reused with a new document rootFObj = null; MessageHandler.logln("building formatting obje
