Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions subproject/src/main/java/subproject/DemoSubproject2.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class DemoSubproject2 {

public static void main(String[] args) {
public static void main(String[] args) {
int k_subproject;

}
Expand All @@ -14,14 +14,15 @@ public static void main(String[] args) {

public static DemoSubproject getFoo() {
System.out.println("commit 3");
System.out.println("commit 3");
if (foo==null) {
foo = new DemoSubproject();
}
return foo;
}

public static DemoSubproject getFoot() {
System.out.println("commit 3");
System.out.println("commit 3");
System.out.println("commit 3");
if (foo==null) {
foo = new DemoSubproject();
Expand Down