We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178328d commit ff7f846Copy full SHA for ff7f846
src/test/java/net/lamgc/utils/event/EventExecutorTest.java
@@ -31,7 +31,7 @@ public void executorTest() throws IllegalAccessException, InterruptedException {
31
executor.executor(new SimpleEventObject(1, "HelloWorld"));
32
Thread.sleep(500L);
33
System.out.println("OnlyHandlerTest-----");
34
- executor.executor(handler2, new SimpleEventObject(1, "HelloWorld"));
+ System.out.println("Execute Count: " + executor.executor(handler2, new SimpleEventObject(1, "HelloWorld")));
35
36
executor.removeHandler(handler);
37
System.out.println("deleted Handler");
0 commit comments