Perplexing documentation for API method
A248 opened this issue ยท 0 comments
I was browsing through the BanManager API and came across this statement in the javadoc:
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?