You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2009/11/23 17:19:19 UTC

svn commit: r883396 - in /tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/src/main/java/org/apache/tapestry5: EventConstants.java corelib/components/Select.java

Author: andyhot
Date: Mon Nov 23 16:19:18 2009
New Revision: 883396

URL: http://svn.apache.org/viewvc?rev=883396&view=rev
Log:
fix since versions

Modified:
    tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/src/main/java/org/apache/tapestry5/EventConstants.java
    tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/src/main/java/org/apache/tapestry5/EventConstants.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/src/main/java/org/apache/tapestry5/EventConstants.java?rev=883396&r1=883395&r2=883396&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/src/main/java/org/apache/tapestry5/EventConstants.java (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/src/main/java/org/apache/tapestry5/EventConstants.java Mon Nov 23 16:19:18 2009
@@ -146,7 +146,7 @@
      * Event triggered by an {@link org.apache.tapestry5.corelib.mixins.Autocomplete} mixin to request completions of
      * the current input. The context is the partial string provided by the cient.
      *
-     * @SINCE 5.1.0.4
+     * @since 5.1.0.4
      */
     public static final String PROVIDE_COMPLETIONS = "providecompletions";
     
@@ -154,7 +154,7 @@
      * Event triggered by {@link org.apache.tapestry5.corelib.components.Select} component to inform its
      * container that Select's value has changed.
      *
-     * @since 5.2.0.0
+     * @since 5.1.0.6
      */
     public static final String VALUE_CHANGED = "valuechanged";
     

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java?rev=883396&r1=883395&r2=883396&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java Mon Nov 23 16:19:18 2009
@@ -133,7 +133,7 @@
      * indicated zone. The component will trigger the event {@link EventConstants#VALUE_CHANGED} to inform its
      * container that Select's value has changed.
      * 
-     * @since 5.2.0.0
+     * @since 5.1.0.6
      */
     @Parameter(defaultPrefix = BindingConstants.LITERAL)
     private String zone;