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

removes old version of the service

refs 2620
parent 43cc38ee
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* @author aravantinos
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 4BFD442F8F84A09A31003CB28B8C6EE9
* @ConQAT.Rating YELLOW Hash: FFB1100C4D5C1F887257A52E1386DF86
*/
public final class ConstraintVerificationUIService extends
EObjectAwareServiceBase<IConstraintVerifierUI<IConstraint>> implements
......@@ -110,13 +110,6 @@ public final class ConstraintVerificationUIService extends
return list.get(0);
}
/** {@inheritDoc} */
@Override
public <T extends IConstraint> String getDescription(Class<T> constraintEltClass) {
IConstraintVerifierUI<IConstraint> verifier = getFirstVerifier(constraintEltClass);
return verifier == null ? null : verifier.getConstraintTypeDescription();
}
/** {@inheritDoc} */
@Override
public void openStatus(IConstraintVerificationStatus status) {
......
......@@ -11,7 +11,7 @@ import org.fortiss.tooling.kernel.ui.internal.ConstraintVerificationUIService;
* @author aravantinos
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: F6AB56D17B0229C572A0C5C13C3D9789
* @ConQAT.Rating YELLOW Hash: 8090ADCE9F13AA09D85DC04367654660
*/
public interface IConstraintVerificationUIService {
/**
......@@ -37,7 +37,4 @@ public interface IConstraintVerificationUIService {
/** Install the given constraint: install notifiers and triggers an "onOutdate" event. */
public void install(IConstraint constraint);
/** Gets a general description for the constraint type. */
public <T extends IConstraint> String getDescription(Class<T> constraintEltClass);
}
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