Skip to content

Commit

Permalink
Doing some code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Oct 29, 2013
1 parent 4011c9f commit 522b233
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 @@ -730,8 +730,9 @@ public int compare(Extension e1, Extension e2) {
* @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 522b233

Please sign in to comment.