📚 Change false to true in method javadoc
This commit is contained in:
parent
65b7cb6c69
commit
37e0b4e91b
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ public abstract class LockableCommandManager<C> extends CommandManager<C> {
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
* <p>
|
* <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
|
* else {@link IllegalStateException} will be called
|
||||||
*
|
*
|
||||||
* @param command Command to register
|
* @param command Command to register
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue