Skip to content
Snippets Groups Projects
Commit 61916f55 authored by dgelessus's avatar dgelessus
Browse files

Move standardModules to properly namespaced package

parent 7cc3df84
Branches
Tags
No related merge requests found
Pipeline #140135 passed
......@@ -521,7 +521,7 @@ public class TLC4B {
InputStream is = null;
FileOutputStream fos = null;
try {
is = this.getClass().getClassLoader().getResourceAsStream("standardModules/" + name + ".tla");
is = TLC4B.class.getResourceAsStream("standardModules/" + name + ".tla");
if (is == null) {
// should never happen
throw new TranslationException("Unable to determine the source of the standard module: " + name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment