martin-g commented on a change in pull request #366: WICKET-6672: restore use
of wicket Duration for Ajax timer
URL: https://github.com/apache/wicket/pull/366#discussion_r289608406
##########
File path:
wicket-core/src/main/java/org/apache/wicket/ajax/AjaxSelfUpdatingTimerBehavior.java
##########
@@ -33,11 +33,24 @@
{
private static final long serialVersionUID = 1L;
+ /**
+ * Construct.
+ *
+ * @param updateInterval
+ * {@link org.apache.wicket.util.time.Duration} between AJAX
callbacks
+ *
+ * @deprecated Since Wicket 9 this class is obsolete and no more used.
It will be removed in Wicket 10. Use {@link java.time.Duration} instead
Review comment:
see above
----------------------------------------------------------------
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