You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/11/03 09:42:40 UTC

svn commit: r1030353 - /click/trunk/click/extras/src/org/apache/click/extras/panel/TabbedPanel.java

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.
      * <p/>
-     * If <tt>tabPanelIndex</tt> request parameter present this value will be
+     * If <tt>tabPanelIndex</tt> 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()