Apply checkstyle to javadoc

This commit is contained in:
md_5
2020-01-05 11:25:56 +11:00
parent 6c8a0ccecb
commit d20e622b7b
8 changed files with 27 additions and 4 deletions

View File

@@ -166,6 +166,8 @@ public class EventBus
* Shouldn't be called without first locking the writeLock; intended for use
* only inside {@link #register(java.lang.Object) register(Object)} or
* {@link #unregister(java.lang.Object) unregister(Object)}.
*
* @param eventClass event class
*/
private void bakeHandlers(Class<?> eventClass)
{