Skip to content

Commit ad62944

Browse files
authored
Update AsyncAwaitListener.java
1 parent 863f2fd commit ad62944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pisi/unitedmeows/eventapi/event/listener/AsyncAwaitListener.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import java.util.function.Predicate;
88

9+
/* Delete this class if you don't need async listeners */
910
public class AsyncAwaitListener<X extends Event> extends Listener<X> {
1011

1112
public AsyncAwaitListener(IFunction<X> event, Predicate<X>... filters) {
@@ -31,4 +32,4 @@ public void call(Event event) {
3132
}));
3233
}
3334
}
34-
}
35+
}

0 commit comments

Comments
 (0)