Checked in typo by accident.

This commit is contained in:
Kai Zimmermann
2016-03-26 09:27:33 +01:00
parent 080f7d20e8
commit cc8a62d1d4

View File

@@ -534,6 +534,7 @@ public class DeploymentManagement {
return saveAction; return saveAction;
} else { } else {
throw new CancelActionNotAllowedException( throw new CancelActionNotAllowedException(
"Action [id: " + action.getId() + "] is not active and cannot be canceled");
} }
} }