Return-Path: Delivered-To: apmail-xmlgraphics-fop-commits-archive@www.apache.org Received: (qmail 49682 invoked from network); 26 Oct 2007 09:59:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2007 09:59:18 -0000 Received: (qmail 71676 invoked by uid 500); 26 Oct 2007 09:59:05 -0000 Delivered-To: apmail-xmlgraphics-fop-commits-archive@xmlgraphics.apache.org Received: (qmail 71655 invoked by uid 500); 26 Oct 2007 09:59:05 -0000 Mailing-List: contact fop-commits-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: fop-dev@xmlgraphics.apache.org Delivered-To: mailing list fop-commits@xmlgraphics.apache.org Received: (qmail 71644 invoked by uid 99); 26 Oct 2007 09:59:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 02:59:05 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 09:59:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 530121A9832; Fri, 26 Oct 2007 02:58:55 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r588592 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableFObj.java Date: Fri, 26 Oct 2007 09:58:55 -0000 To: fop-commits@xmlgraphics.apache.org From: vhennebert@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071026095855.530121A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vhennebert Date: Fri Oct 26 02:58:54 2007 New Revision: 588592 URL: http://svn.apache.org/viewvc?rev=588592&view=rev Log: Removed useless addChildNode method since it only transfered the call to the parent method Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableFObj.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableFObj.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableFObj.java?rev=588592&r1=588591&r2=588592&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableFObj.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableFObj.java Fri Oct 26 02:58:54 2007 @@ -91,15 +91,7 @@ + ", but a non-zero value for padding was found."); } } - - /** - * {@inheritDoc} - */ - protected void addChildNode(FONode child) throws FOPException { - super.addChildNode(child); - } - - + /** * * @param side the side for which to return the border precedence --------------------------------------------------------------------- To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org