Adapts all TGG 3.0 projects to include the correct API termination

This commit is contained in:
Maximilian Kratz 2024-03-29 07:59:19 +01:00
parent 41fcedc597
commit a73e2b72ae
3 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@ public class ClassDiagramExampleRunner {
e.printStackTrace();
}
// gipsApi.terminate();
gipsApi.terminate();
java.lang.System.exit(0);
}

View file

@ -24,7 +24,7 @@ public class ClassDiagramViolationsExampleRunner {
}
System.out.println("=> Found violations: " + output.objectiveValue());
// gipsApi.terminate();
gipsApi.terminate();
java.lang.System.exit(0);
}

View file

@ -45,7 +45,7 @@ public class RefactoringExampleRunner {
e.printStackTrace();
}
// gipsApi.terminate();
gipsApi.terminate();
java.lang.System.exit(0);
}