Skip to content

Commit

Permalink
SystemRegistryImpl: method consoleEngine() is now public
Browse files Browse the repository at this point in the history
  • Loading branch information
mattirn committed Nov 20, 2020
1 parent 6580789 commit eb3e07c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1291,7 +1291,7 @@ public void close() {
names.save();
}

private ConsoleEngine consoleEngine() {
public ConsoleEngine consoleEngine() {
return consoleId != null ? (ConsoleEngine) commandRegistries[consoleId] : null;
}

Expand Down

0 comments on commit eb3e07c

Please sign in to comment.