should compile on 1.5 again now

This commit is contained in:
dev
2008-11-09 14:32:27 +00:00
parent c9d9a83f73
commit 28b4c92241
64 changed files with 3 additions and 143 deletions

View File

@@ -110,7 +110,6 @@ public class Timestamper implements Runnable {
} catch (InterruptedException ie) {}
}
@Override
public void run() {
try { Thread.sleep(1000); } catch (InterruptedException ie) {}
_log = _context.logManager().getLog(Timestamper.class);