Added some protection requested by the person who usually things that people
should not be protected from themselves. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2598 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -229,7 +229,7 @@ public abstract class Interval
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void scheduleTask (long initialDelay, long repeatDelay, boolean fixedRate)
|
protected final void scheduleTask (long initialDelay, long repeatDelay, boolean fixedRate)
|
||||||
{
|
{
|
||||||
if (repeatDelay == 0L) {
|
if (repeatDelay == 0L) {
|
||||||
_timer.schedule(_task, initialDelay);
|
_timer.schedule(_task, initialDelay);
|
||||||
|
|||||||
Reference in New Issue
Block a user