mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-30 23:15:50 +00:00
renamed template method to not rely on overloading
added test for scheduler service bean
This commit is contained in:
@@ -94,7 +94,7 @@ public class Help implements Command {
|
||||
if(templateKey == null || !commandConfiguration.isTemplated()) {
|
||||
return defaultText;
|
||||
} else {
|
||||
return templateService.renderTemplate(templateKey, null);
|
||||
return templateService.renderTemplateWithMap(templateKey, null);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user