fix compile
This commit is contained in:
parent
c28ab5253a
commit
c0c77a83b3
@ -108,7 +108,8 @@ public class TestEventLog extends TestCase {
|
||||
// Test event log thread
|
||||
public void testEventLogThread() throws Exception {
|
||||
|
||||
EventLogThread thread = EventLogThread.getInstance();
|
||||
EventLogThread thread =
|
||||
EventLogThread.getInstance(EventLog.APPLICATION);
|
||||
|
||||
thread.doStart();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user