diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/MigrationUtils.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/MigrationUtils.java
index 402e5689f02b67790316567307420cec876ae636..29c3b863ce47b9fbf74e228a898d2cb7bf3fe54c 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/MigrationUtils.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/MigrationUtils.java
@@ -35,7 +35,7 @@ import org.eclipse.emf.ecore.xml.type.AnyType;
  * @author SVoss
  * @author $Author$
  * @version $Rev$
- * @ConQAT.Rating YELLOW Hash: FFB94099E84BD8C3E5B44CE007CF6EDE
+ * @ConQAT.Rating YELLOW Hash: 4D58A71FA715298ADA3B44A81ECA8C77
  */
 public class MigrationUtils {
 
@@ -56,7 +56,7 @@ public class MigrationUtils {
 		}
 	}
 
-	/** Extract the list of feature names from a map of features. */
+	/** Extracts the list of feature names from a map of features. */
 	public static List<String> featuresToStrings(Map<EObject, AnyType> features) {
 		List<String> res = new BasicEList<String>();
 		for(AnyType featuresPerKey : features.values()) {