You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/03/03 20:20:47 UTC

svn commit: r1076737 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/FormInjector.java

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.