You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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?
The text was updated successfully, but these errors were encountered:
I was browsing through the BanManager API and came across this statement in the javadoc:
BanManager/common/src/main/java/me/confuser/banmanager/common/api/BmAPI.java
Line 472 in acb1ef1
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?
The text was updated successfully, but these errors were encountered: