Skip to content
Snippets Groups Projects
Commit d04a5a95 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

propagates previous change

refs 2553
parent a842168b
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ import org.fortiss.tooling.kernel.service.base.EObjectAwareServiceBase;
import org.fortiss.tooling.kernel.ui.extension.IConstraintVerifierUI;
import org.fortiss.tooling.kernel.ui.service.IConstraintVerificationUIService;
import org.fortiss.tooling.kernel.ui.util.ConstraintsUIUtils;
import org.fortiss.tooling.kernel.utils.ConstraintsUtils;
import org.fortiss.tooling.kernel.utils.EcoreUtils;
import org.fortiss.tooling.kernel.utils.LoggingUtils;
......@@ -35,7 +36,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* @author aravantinos
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: F8F4B58C69F64FE19BEC02DE8D19A220
* @ConQAT.Rating YELLOW Hash: CB3FC2AF2D45F99291553F698F3957B9
*/
public final class ConstraintVerificationUIService extends
EObjectAwareServiceBase<IConstraintVerifierUI<IConstraint>> implements
......@@ -152,7 +153,7 @@ public final class ConstraintVerificationUIService extends
}
});
} else if(!(constraint.getVerificationStatus() instanceof OutdatedVerificationStatus)) {
ConstraintsUIUtils.createOutdatedVerificationStatus(constraint);
ConstraintsUtils.createOutdatedVerificationStatus(constraint);
}
// Update GUI markers
ConstraintsUIUtils.triggerMarkersRefresh(constraint);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment