*** empty log message ***

This commit is contained in:
Caspian Rychlik-Prince 2004-12-03 00:56:14 +00:00
parent a16f7c2268
commit 62ba34e5fb
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ public class Timer {
// Whether the timer is paused
private boolean paused;
static {
tick();
}
/**
* Constructs a timer. The timer will be reset to 0.0 and resumed immediately.
*/