Skip to content

Commit 522b233

Browse files
committedOct 29, 2013
Doing some code formatting
1 parent 4011c9f commit 522b233

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎api/src/main/java/org/openmrs/module/ModuleFactory.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,9 @@ public int compare(Extension e1, Extension e2) {
730730
* @return the message text.
731731
*/
732732
private static String getFailedToStartModuleMessage(Module module) {
733-
String[] params = {module.getName(), OpenmrsUtil.join(getMissingRequiredModules(module), ", ")};
734-
return Context.getMessageSourceService().getMessage("Module.error.moduleCannotBeStarted", params, Context.getLocale());
733+
String[] params = { module.getName(), OpenmrsUtil.join(getMissingRequiredModules(module), ", ") };
734+
return Context.getMessageSourceService().getMessage("Module.error.moduleCannotBeStarted", params,
735+
Context.getLocale());
735736
}
736737

737738
/**

0 commit comments

Comments
 (0)
Please sign in to comment.