Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Oct 18, 2013
1 parent 085fb5b commit df71737
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api/src/main/java/org/openmrs/module/ModuleFactory.java
Expand Up @@ -894,12 +894,12 @@ public static List<Module> stopModule(Module mod, boolean skipOverStartedPropert
}

getStartedModulesMap().remove(moduleId);
if (actualStartupOrder != null) {
actualStartupOrder.remove(moduleId);
for (Module depModule : dependentModulesStopped) {
actualStartupOrder.remove(depModule.getModuleId());
}
}
if (actualStartupOrder != null) {
actualStartupOrder.remove(moduleId);
for (Module depModule : dependentModulesStopped) {
actualStartupOrder.remove(depModule.getModuleId());
}
}

if (skipOverStartedProperty == false && !Context.isRefreshingContext()) {
saveGlobalProperty(moduleId + ".started", "false", getGlobalPropertyStartedDescription(moduleId));
Expand Down

0 comments on commit df71737

Please sign in to comment.