diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintCheckerService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintCheckerService.java index 541e159b30c606978a088d2e7831c82eadd340ca..98135d85ced2589683349d8d0ba4b61f8181ec54 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintCheckerService.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintCheckerService.java @@ -35,20 +35,19 @@ import org.fortiss.tooling.kernel.service.base.EObjectAwareServiceBase; * @author hoelzl * @author $Author$ * @version $Rev$ - * @ConQAT.Rating GREEN Hash: 8EC4600C282E972A16DC3CF8F4028B2E + * @ConQAT.Rating GREEN Hash: 22CF78E8282A1AAAE396C2AB6873A953 */ public class ConstraintCheckerService extends EObjectAwareServiceBase<IConstraintChecker<EObject>> implements IConstraintCheckerService { - // TODO the comments of the class fields are strange - /** The compositor extension point ID. */ + /** The constraint checker extension point ID. */ private static final String EXTENSION_POINT_NAME = "org.fortiss.tooling.kernel.modelElementConstraintChecker"; - /** The compositor configuration element name. */ + /** The constraint checker configuration element name. */ private static final String CONFIGURATION_ELEMENT_NAME = "modelElementConstraintChecker"; - /** The compositor class attribute name. */ + /** The constraint checker handler attribute name. */ private static final String HANDLER_CLASS_ATTRIBUTE_NAME = "checker"; /** {@inheritDoc} */