Skip to content

Commit 1c68695

Browse files
feat(#5): refactor the code and make recent tests outdated
1 parent 88f1992 commit 1c68695

File tree

11 files changed

+808
-723
lines changed

11 files changed

+808
-723
lines changed

src/main/java/org/eolang/sodg/MjSodg.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public void execute() throws MojoFailureException {
195195
}
196196
} else {
197197
try {
198-
new Sodg(
198+
new SodgFiles(
199199
this.generateGraphFiles,
200200
this.generateXemblyFiles,
201201
this.generateSodgXmlFiles,
@@ -205,7 +205,7 @@ public void execute() throws MojoFailureException {
205205
this.tojos,
206206
this.sodgIncludes,
207207
this.sodgExcludes
208-
).exec();
208+
).generate();
209209
} catch (final IOException exception) {
210210
throw new MojoFailureException("Can't convert XMIR to SODG", exception);
211211
}

0 commit comments

Comments
 (0)