🔥 Fix super important issues

This commit is contained in:
Alexander Söderberg 2020-10-22 07:12:57 +02:00 committed by Alexander Söderberg
parent 9344adea59
commit 65b7cb6c69
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ public abstract class LockableCommandManager<C> extends CommandManager<C> {
/**
* {@inheritDoc}
* <p>
* This should only be called when {@link #isCommandRegistrationAllowed()} is {@code false},
* This should only be called when {@link #isCommandRegistrationAllowed()} is {@code true},
* else {@link IllegalStateException} will be called
*
* @param command Command to register. {@link Command.Builder#build()}} will be invoked.