Skip to content

Commit a2754f0

Browse files
committed
Minor wording change to a comment
1 parent 8a5c088 commit a2754f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/minecraftforge/eventbus/ListenerList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public static synchronized void unregisterAll(int id, IEventListener listener) {
9999

100100
private static class ListenerListInst {
101101
// Enum#values() performs a defensive copy for each call.
102-
// As we never modify the returned values array in this class, we can safely reuse the returned values array.
102+
// As we never modify the returned values array in this class, we can safely reuse it.
103103
private static final EventPriority[] EVENT_PRIORITY_VALUES = EventPriority.values();
104104

105105
private boolean rebuild = true;

0 commit comments

Comments
 (0)