[
https://issues.apache.org/jira/browse/WICKET-2866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871248#action_12871248
]
Hudson commented on WICKET-2866:
--------------------------------
Integrated in Apache Wicket 1.5.x #67 (See
[http://hudson.zones.apache.org/hudson/job/Apache%20Wicket%201.5.x/67/])
fixed WICKET-2866 Allow chaining with
AutoCompleteSettings.setThrottleDelay(int)
Issue: WICKET-2866
> Allow chaining with AutoCompleteSettings.setThrottleDelay(int)
> --------------------------------------------------------------
>
> Key: WICKET-2866
> URL: https://issues.apache.org/jira/browse/WICKET-2866
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-extensions
> Affects Versions: 1.4.8
> Reporter: Matthias Keller
> Assignee: Juergen Donnerstag
> Fix For: 1.4.10, 1.5-M1
>
> Original Estimate: 0.17h
> Remaining Estimate: 0.17h
>
> All setters in AutoCompleteSettings allow chaining by returning 'this' in the
> end except for setThrottleDelay(int) which returns void.
> Please add a return this; at the end of this method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.