From 07bd08cef44296b15352ed6aca1b30c39b5895fa Mon Sep 17 00:00:00 2001
From: Vincent Aravantinos <aravantinos@fortiss.org>
Date: Fri, 15 Apr 2016 07:36:20 +0000
Subject: [PATCH] improves comment refs 2553

---
 .../kernel/service/IConstraintVerificationService.java      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/service/IConstraintVerificationService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/service/IConstraintVerificationService.java
index 98dd97129..877cf5933 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/service/IConstraintVerificationService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/service/IConstraintVerificationService.java
@@ -17,7 +17,7 @@ import org.fortiss.tooling.kernel.model.constraints.IConstraintVerificationStatu
  * @author aravantinos
  * @author $Author$
  * @version $Rev$
- * @ConQAT.Rating YELLOW Hash: 4B668DE0AB4D3B36FB5A7B8C72CA6B98
+ * @ConQAT.Rating YELLOW Hash: D2FD355DD119687975B1D58197A4E256
  */
 public interface IConstraintVerificationService {
 
@@ -85,8 +85,8 @@ public interface IConstraintVerificationService {
 	 * @param constraint
 	 * @param constrained
 	 * @param index
-	 *            Sets the constrained number <code>index</code> of <code>constraint</code> to
-	 *            <code>constrained</code>.
+	 *            Defines <code>constrained</code> as the <code>index</code>nth constrained model
+	 *            element of <code>constraint</code>.
 	 *            Leaves the other elements as they are if they exist, fill them with
 	 *            <code>null</code> till <code>index</code> otherwise.
 	 */
-- 
GitLab