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

attempt to fix weird jenkins build error

refs 1943
parent a776c0b1
No related branches found
No related tags found
No related merge requests found
......@@ -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()) {
......
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