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

comment improvement

refs 2553
parent a9bad1aa
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ import org.fortiss.tooling.kernel.ui.internal.ConstraintUIService;
* @author aravantinos
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 78DF4E800D0C4906D8AD76425292FAC2
* @ConQAT.Rating YELLOW Hash: A8B1FB41DE1F79D3BA503C914A986F80
*/
public interface IConstraintUIService {
......@@ -80,6 +80,8 @@ public interface IConstraintUIService {
/**
* Deactivates the constraint <code>cstr</code> in the context of the given constraints
* container.
* The constraint container is necessary to retrieve the constraints whose markers need to be
* deactivated.
*/
void deactivate(Class<? extends IConstraint> cstr, IConstraintInstanceContainer cstrContainer);
......
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