Return-Path: Delivered-To: apmail-tapestry-commits-archive@minotaur.apache.org Received: (qmail 77604 invoked from network); 3 Mar 2011 19:21:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Mar 2011 19:21:07 -0000 Received: (qmail 69750 invoked by uid 500); 3 Mar 2011 19:21:07 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 69725 invoked by uid 500); 3 Mar 2011 19:21:07 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 69718 invoked by uid 99); 3 Mar 2011 19:21:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Mar 2011 19:21:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Thu, 03 Mar 2011 19:21:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0AA162388C06; Thu, 3 Mar 2011 19:20:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1076737 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/FormInjector.java Date: Thu, 03 Mar 2011 19:20:47 -0000 To: commits@tapestry.apache.org From: hlship@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110303192047.0AA162388C06@eris.apache.org> Author: hlship Date: Thu Mar 3 19:20:46 2011 New Revision: 1076737 URL: http://svn.apache.org/viewvc?rev=1076737&view=rev Log: TAP5-1460: Remove deprecated constants from FormInjector Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/FormInjector.java Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/FormInjector.java URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/FormInjector.java?rev=1076737&r1=1076736&r2=1076737&view=diff ============================================================================== --- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/FormInjector.java (original) +++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/FormInjector.java Thu Mar 3 19:20:46 2011 @@ -1,4 +1,4 @@ -// Copyright 2008, 2009, 2010 The Apache Software Foundation +// Copyright 2008, 2009, 2010, 2011 The Apache Software Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -60,16 +60,6 @@ public class FormInjector implements Cli public static final String INJECT_EVENT = "inject"; /** - * @deprecated Use {@link RequestConstants#FORM_CLIENTID_PARAMETER} instead - */ - public static final String FORM_CLIENTID_PARAMETER = RequestConstants.FORM_CLIENTID_PARAMETER; - - /** - * @deprecated Use {@link RequestConstants#FORM_COMPONENTID_PARAMETER} instead - */ - public static final String FORM_COMPONENTID_PARAMETER = RequestConstants.FORM_COMPONENTID_PARAMETER; - - /** * The context for the link (optional parameter). This list of values will be converted into strings and included in * the URI. The strings will be coerced back to whatever their values are and made available to event handler * methods.