Skip to content
Snippets Groups Projects
Commit c04588fb authored by Sebastian Krings's avatar Sebastian Krings
Browse files

Merge branch 'develop' of github.com:bendisposto/prob into feature/units

parents f378f99e abbb05db
Branches
Tags
No related merge requests found
...@@ -69,7 +69,6 @@ public final class ContextTranslator extends AbstractComponentTranslator { ...@@ -69,7 +69,6 @@ public final class ContextTranslator extends AbstractComponentTranslator {
throws TranslationFailedException { throws TranslationFailedException {
ContextTranslator contextTranslator = new ContextTranslator(context); ContextTranslator contextTranslator = new ContextTranslator(context);
try { try {
(new TheoryTranslator()).translate();
contextTranslator.translate(); contextTranslator.translate();
} catch (RodinDBException e) { } catch (RodinDBException e) {
final String message = "A Rodin exception occured during translation process. Possible cause: building aborted or still in progress. Please wait until building has finished before starting ProB. If this does not help, perform a clean and start ProB after building has finished. Original Exception: "; final String message = "A Rodin exception occured during translation process. Possible cause: building aborted or still in progress. Please wait until building has finished before starting ProB. If this does not help, perform a clean and start ProB after building has finished. Original Exception: ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment