Repository: wicket Updated Branches: refs/heads/master 08f6c9ef5 -> bfef233ce
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/09ded60d Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/09ded60d Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/09ded60d Branch: refs/heads/master Commit: 09ded60dd2bf3a62368978f0cfea2edb9fb898d1 Parents: f54780f Author: Martijn Dashorst <[email protected]> Authored: Tue Jun 23 10:24:22 2015 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Tue Jun 23 10:33:04 2015 +0200 ---------------------------------------------------------------------- .../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/09ded60d/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); }
