If the second Date parameter for Timer.scheduleAtFixedRate() is earlier than current time, the Timer will just run the task from current time. The right behavior should be that the Timer run the delayed task together to catch up.

git-svn-id: https://svn.apache.org/repos/asf/harmony/enhanced/classlib/trunk@834293 13f79535-47bb-0310-9956-ffa450edef68
1 file changed