You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/06/24 14:58:49 UTC

[43/50] [abbrv] wicket git commit: Added @since tag for updateAjaxAttributes

Added @since tag for updateAjaxAttributes


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/235d57b3
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/235d57b3
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/235d57b3

Branch: refs/heads/master
Commit: 235d57b33d1a6c05b593d14217d4eb516ca4de54
Parents: f8f04a6
Author: Martijn Dashorst <ma...@gmail.com>
Authored: Tue Jun 23 10:24:22 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Jun 24 14:56:35 2015 +0300

----------------------------------------------------------------------
 .../src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/235d57b3/wicket-core/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java b/wicket-core/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java
index 8906aec..4b46f8c 100644
--- a/wicket-core/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java
+++ b/wicket-core/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java
@@ -74,6 +74,7 @@ public interface AjaxRequestTarget extends IPageRequestHandler, ILoggableRequest
 		 *            the behavior the attributes are updated for
 		 * @param attributes
 		 *            The attributes for the Ajax behavior
+		 * @since 7.0.0
 		 */
 		void updateAjaxAttributes(AbstractDefaultAjaxBehavior behavior, AjaxRequestAttributes attributes);
 	}