Skip to content

Commit

Permalink
doing some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Nov 27, 2013
1 parent 39034b5 commit f6f640f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/src/main/java/org/openmrs/module/ModuleFactory.java
Expand Up @@ -665,8 +665,9 @@ public static Module startModuleInternal(Module module) throws ModuleException {
* @return the message text.
*/
private static String getFailedToStartModuleMessage(Module module) {
String[] params = {module.getName(), OpenmrsUtil.join(getMissingRequiredModules(module), ", ")};
return Context.getMessageSourceService().getMessage("Module.error.moduleCannotBeStarted", params, Context.getLocale());
String[] params = { module.getName(), OpenmrsUtil.join(getMissingRequiredModules(module), ", ") };
return Context.getMessageSourceService().getMessage("Module.error.moduleCannotBeStarted", params,
Context.getLocale());
}

/**
Expand Down

0 comments on commit f6f640f

Please sign in to comment.