📚 Change false to true in method javadoc

This commit is contained in:
Alexander Söderberg 2020-10-22 07:22:35 +02:00 committed by Alexander Söderberg
parent 65b7cb6c69
commit 37e0b4e91b

View file

@ -70,7 +70,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