Skip to content

Commit

Permalink
Added dummy file so folder exists for test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Strum355 committed Sep 9, 2020
1 parent 589755f commit 76db1d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions 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 @@ -133,7 +133,7 @@ public SpoonPom(String path, SpoonPom parent, MavenLauncher.SOURCE_TYPE sourceTy
}
}

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

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package maven-launcher.hierarchy.child.src;

public class Test {

}

0 comments on commit 76db1d3

Please sign in to comment.