Merge pull request #74 from bsinno/Sonar_remove_unused_method_parameters

Looks good, thx for the contribution
This commit is contained in:
Kai Zimmermann
2016-03-09 18:59:07 +01:00
9 changed files with 194 additions and 59 deletions

View File

@@ -844,7 +844,7 @@ public class ActionHistoryTable extends TreeTable implements Handler {
if (actionId != null) {
final Action activeAction = deploymentManagement.findAction(actionId);
try {
deploymentManagement.forceQuitAction(activeAction, target);
deploymentManagement.forceQuitAction(activeAction);
return true;
} catch (final CancelActionNotAllowedException e) {
LOG.info("Force Cancel action not allowed exception :{}", e);