476477478479480481482483484
} } planResults.put(entry.getKey(), actionResult); } DeploymentPlanResultImpl result = new DeploymentPlanResultImpl(plan.getId(), planResults); future.set(result); }