mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-09 17:11:35 +01:00
Add explicit comment to denote idempotence of method call.
This commit is contained in:
parent
7de3e55d58
commit
df9c0c2704
@ -65,6 +65,7 @@ public class StartDelayTimer extends CountdownTimer implements TimerCallback {
|
||||
if (super.getDuration() > 0) {
|
||||
super.start();
|
||||
} else {
|
||||
// Idempotent
|
||||
autoStartTimer.start();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user