Return-Path: Delivered-To: apmail-click-commits-archive@www.apache.org Received: (qmail 11968 invoked from network); 24 Jul 2010 16:39:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Jul 2010 16:39:30 -0000 Received: (qmail 76337 invoked by uid 500); 24 Jul 2010 16:39:30 -0000 Delivered-To: apmail-click-commits-archive@click.apache.org Received: (qmail 76320 invoked by uid 500); 24 Jul 2010 16:39:30 -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 76312 invoked by uid 99); 24 Jul 2010 16:39:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Jul 2010 16:39:30 +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; Sat, 24 Jul 2010 16:39:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E2E592388A3D; Sat, 24 Jul 2010 16:38:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r978896 - /click/trunk/click/framework/src/org/apache/click/util/ContainerUtils.java Date: Sat, 24 Jul 2010 16:38:34 -0000 To: commits@click.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100724163834.E2E592388A3D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sabob Date: Sat Jul 24 16:38:34 2010 New Revision: 978896 URL: http://svn.apache.org/viewvc?rev=978896&view=rev Log: deprecated stateful pages. CLK-715 Modified: click/trunk/click/framework/src/org/apache/click/util/ContainerUtils.java Modified: click/trunk/click/framework/src/org/apache/click/util/ContainerUtils.java URL: http://svn.apache.org/viewvc/click/trunk/click/framework/src/org/apache/click/util/ContainerUtils.java?rev=978896&r1=978895&r2=978896&view=diff ============================================================================== --- click/trunk/click/framework/src/org/apache/click/util/ContainerUtils.java (original) +++ click/trunk/click/framework/src/org/apache/click/util/ContainerUtils.java Sat Jul 24 16:38:34 2010 @@ -615,6 +615,8 @@ public class ContainerUtils { * @param controlMap the container's map of controls keyed on control name * @return the new control that replaced the current control * + * @deprecated this method was used for stateful pages, which have been deprecated + * * @throws IllegalArgumentException if the currentControl or newControl is * null * @throws IllegalStateException if the controlIndex = -1