/* 181 */ List jaccDeployments = JaccPolicyUtil.getJaccDeployments(unit, this.ignoreSuffixes);
/* 182 */ for (String deployment : jaccDeployments)
/* */ {
/* 184 */ DeploymentUnit childDU = getChildDeployment(unit, deployment);
/* 185 */ if (childDU != null)
/* 186 */ childDU.removeAttachment("jboss.jaccpolicy", ServiceDeployment.class);
/* */ }
/* */ }
/* */
/* */ private DeploymentUnit getChildDeployment(DeploymentUnit parent, String id)
/* */ {