Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
freya022 committed Nov 18, 2023
1 parent fc66c5f commit dc328d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/dv8tion/jda/api/events/GenericEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public interface GenericEvent
*
* <h3>Event extensions</h3>
* Classes extending JDA events may not keep their passthrough data,
* as the data is retrieved from an {@link InheritableThreadLocal},
* as the data is retrieved from a {@link ThreadLocal},
* the passthrough data will only be found in instances constructed in the same thread as where the event was originally created,
* or in newly created child threads.
* <br>This means that existing threads (such as in thread pools) will <b>not</b> contain the passthrough data.
Expand Down

0 comments on commit dc328d0

Please sign in to comment.