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
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.