Skip to content

Commit

Permalink
Made 'SpoonPom.addModule' public to facilitate adding modules that ar…
Browse files Browse the repository at this point in the history
…e not linked via pom.xml to the model
  • Loading branch information
Strum355 committed Sep 2, 2020
1 parent 9b50b1c commit 221cfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/spoon/support/compiler/SpoonPom.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public SpoonPom(String path, SpoonPom parent, MavenLauncher.SOURCE_TYPE sourceTy
}
}

private void addModule(SpoonPom module) {
public void addModule(SpoonPom module) {
modules.add(module);
}

Expand Down

0 comments on commit 221cfdb

Please sign in to comment.