Skip to content

Commit

Permalink
[Improvement]
Browse files Browse the repository at this point in the history
  • Loading branch information
Madmegsox1 committed Jun 9, 2021
1 parent 673794a commit bbb052c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/org/madmeg/wurstplus/event/Listener.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
*/

public class Listener {
Method method;
Object object;
Class<?> event;
EventPriority priority;
public final Method method;
public final Object object;
public final Class<?> event;
public final EventPriority priority;

public Listener(Method method, Object object, Class<?> event, EventPriority priority){
this.method = method;
Expand Down

0 comments on commit bbb052c

Please sign in to comment.