Return-Path: Delivered-To: apmail-click-commits-archive@www.apache.org Received: (qmail 41638 invoked from network); 3 Nov 2010 08:43:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Nov 2010 08:43:25 -0000 Received: (qmail 87907 invoked by uid 500); 3 Nov 2010 08:43:56 -0000 Delivered-To: apmail-click-commits-archive@click.apache.org Received: (qmail 87892 invoked by uid 500); 3 Nov 2010 08:43:56 -0000 Mailing-List: contact commits-help@click.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@click.apache.org Delivered-To: mailing list commits@click.apache.org Received: (qmail 87884 invoked by uid 99); 3 Nov 2010 08:43:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 08:43:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 08:43:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D710123889F1; Wed, 3 Nov 2010 08:42:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1030353 - /click/trunk/click/extras/src/org/apache/click/extras/panel/TabbedPanel.java Date: Wed, 03 Nov 2010 08:42:40 -0000 To: commits@click.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101103084240.D710123889F1@eris.apache.org> Author: sabob Date: Wed Nov 3 08:42:40 2010 New Revision: 1030353 URL: http://svn.apache.org/viewvc?rev=1030353&view=rev Log: cleanup Modified: click/trunk/click/extras/src/org/apache/click/extras/panel/TabbedPanel.java Modified: click/trunk/click/extras/src/org/apache/click/extras/panel/TabbedPanel.java URL: http://svn.apache.org/viewvc/click/trunk/click/extras/src/org/apache/click/extras/panel/TabbedPanel.java?rev=1030353&r1=1030352&r2=1030353&view=diff ============================================================================== --- click/trunk/click/extras/src/org/apache/click/extras/panel/TabbedPanel.java (original) +++ click/trunk/click/extras/src/org/apache/click/extras/panel/TabbedPanel.java Wed Nov 3 08:42:40 2010 @@ -22,7 +22,6 @@ import java.util.List; import org.apache.click.ActionListener; import org.apache.click.Context; import org.apache.click.Control; -import org.apache.click.Page; import org.apache.click.Stateful; import org.apache.click.control.ActionLink; import org.apache.click.control.Panel; @@ -464,7 +463,7 @@ public class TabbedPanel extends Panel i * Initialize the child controls contained in the panel. Note with the child * panels only the active panel will be initialized. *

- * If tabPanelIndex request parameter present this value will be + * If tabPanelIndex request parameter is present, this value will be * used to specify the active panel. The panel index is a zero based integer. * * @see org.apache.click.Control#onInit()