Skip to content

Commit

Permalink
Speed up cameo generation
Browse files Browse the repository at this point in the history
  • Loading branch information
dziegel committed Aug 7, 2024
1 parent 9485329 commit 7780287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/src/generator/Generator.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public static void main(String[] args) throws Exception {
var uml = new UmlModel();
uml.setModelFile(filename);
uml.setName("UML");
uml.setReadOnLoad(false);
uml.load();

var uml_module = new EgxModule(factory);
Expand Down

0 comments on commit 7780287

Please sign in to comment.