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:
samskivert
2009-07-20 22:43:56 +00:00
parent 9f56deec63
commit 537ecbb8a3
+1 -1
View File
@@ -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) {
_timer.schedule(_task, initialDelay);