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 2009/03/17 06:32:47 UTC

svn commit: r755122 - /incubator/click/trunk/click/framework/src/org/apache/click/control/Panel.java

Author: sabob
Date: Tue Mar 17 05:32:46 2009
New Revision: 755122

URL: http://svn.apache.org/viewvc?rev=755122&view=rev
Log:
deprecate Panel addControl and removeControl; instead use add and remove

Modified:
    incubator/click/trunk/click/framework/src/org/apache/click/control/Panel.java

Modified: incubator/click/trunk/click/framework/src/org/apache/click/control/Panel.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/Panel.java?rev=755122&r1=755121&r2=755122&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/control/Panel.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/control/Panel.java Tue Mar 17 05:32:46 2009
@@ -311,6 +311,8 @@
     /**
      * @see #add(org.apache.click.Control)
      *
+     * @deprecated use {@link #add(org.apache.click.Control) instead
+     *
      * @param control the control to add to the container
      * @return the control that was added to the container
      * @throws IllegalArgumentException if the control is null, if the name
@@ -368,6 +370,8 @@
     /**
      * @see #remove(org.apache.click.Control)
      *
+     * @deprecated use {@link #remove(org.apache.click.Control) instead
+     *
      * @param control the control to remove from the container
      * @return true if the control was removed from the container
      * @throws IllegalArgumentException if the control is null or if the name of