Skip to content
Snippets Groups Projects

Update MartDeployer.java

Merged Fabian Korte requested to merge patch-1 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -88,7 +88,7 @@ public class MartDeployer extends AbsDeployer {
}
private void startApplicationDeployment(Resource targetModel, Resource runtimeModel) {
log.info("Starting Applicaiton Deployment");
log.info("Starting Application Deployment");
if (ModelUtility.getApplications(targetModel).isEmpty() == false
&& inactiveApplications(targetModel, runtimeModel)) {
Loading