#306 Remove singleton getters in admin commands

- Note: this commit does not remove all singleton getters
This commit is contained in:
ljacqu
2015-12-26 17:57:53 +01:00
parent 283bb7c113
commit 74ceb66430
15 changed files with 141 additions and 204 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ public class CommandPageCreater implements ToolTask {
@Override
public void execute(Scanner scanner) {
final Set<CommandDescription> baseCommands = CommandInitializer.getBaseCommands();
final Set<CommandDescription> baseCommands = CommandInitializer.buildCommands();
final String template = FileUtils.readFromFile(ToolsConstants.TOOLS_SOURCE_ROOT
+ "commands/command_entry.tpl.md");