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

allow unknown features

parent 23e59da9
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ public class MigrationService extends ObjectAwareServiceBase<IMigrationProvider>
provider.migrate(input, unknownFeatures);
}
if(!unknownFeatures.isEmpty()) {
throw new RuntimeException(input.getSaveableName() +
error(ToolingKernelActivator.getDefault(), input.getSaveableName() +
" contains one or more unknown feature(s): " +
featuresToStrings(unknownFeatures));
}
......
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