fix must override a superclass method (#919)
* fix must override a superclass method * fix must override a superclass method
This commit is contained in:
committed by
Ilkka Seppälä
parent
35dc25d480
commit
c653edf38f
@ -49,6 +49,7 @@ public class ThrottleTimerImpl implements Throttler {
|
||||
* A timer is initiated with this method. The timer runs every second and resets the
|
||||
* counter.
|
||||
*/
|
||||
@Override
|
||||
public void start() {
|
||||
new Timer(true).schedule(new TimerTask() {
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user