solomax commented on a change in pull request #365: WICKET-6672: restore use of
wicket Duration for Ajax timer
URL: https://github.com/apache/wicket/pull/365#discussion_r289242314
##########
File path:
wicket-core/src/main/java/org/apache/wicket/ajax/AjaxSelfUpdatingTimerBehavior.java
##########
@@ -33,11 +33,22 @@
{
private static final long serialVersionUID = 1L;
+ /**
+ * Construct.
+ *
+ * @param updateInterval
+ * {@link org.apache.wicket.util.time.Duration} between AJAX
callbacks
+ */
+ public AjaxSelfUpdatingTimerBehavior(final
org.apache.wicket.util.time.Duration updateInterval)
Review comment:
I would add @Deprecated here
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services