From: Sasa M. <sa...@us...> - 2004-04-19 13:42:22
|
Update of /cvsroot/jrobin/src/org/jrobin/mrtg/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13324/org/jrobin/mrtg/server Modified Files: Timer.java Log Message: Index: Timer.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/mrtg/server/Timer.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Timer.java 7 Apr 2004 13:46:06 -0000 1.3 --- Timer.java 19 Apr 2004 13:42:14 -0000 1.4 *************** *** 33,37 **** private volatile boolean active = true; ! public Timer() { start(); } --- 33,37 ---- private volatile boolean active = true; ! Timer() { start(); } |