-
-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
Description
I was browsing through the BanManager API and came across this statement in the javadoc:
| * This method is not thread safe and should not be called on the main thread. |
It is mostly obvious why such a statement is confusing. If an API method should not be called on the main thread, but is not thread safe, what thread should it be called on instead?
Reactions are currently unavailable