From 3300b0196a7c90073c2e9aa374bfc83e6269d6f2 Mon Sep 17 00:00:00 2001
From: Vincent Aravantinos <aravantinos@fortiss.org>
Date: Mon, 17 Feb 2014 17:54:17 +0000
Subject: [PATCH] attempt to fix weird jenkins build error refs 1943

---
 .../src/org/fortiss/tooling/kernel/utils/MigrationUtils.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 402e5689f..29c3b863c 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()) {
-- 
GitLab