Skip to content

Commit d19194d

Browse files
committed
Another change
1 parent 72b514a commit d19194d

File tree

1 file changed

+6
-0
lines changed
  • src/main/java/com/example/javamavenjunithelloworld

1 file changed

+6
-0
lines changed

src/main/java/com/example/javamavenjunithelloworld/Hello.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ public void exampleMethod() {
4141
System.out.println("Blah2...");
4242
}
4343

44+
public void anotherNiceMethod() {
45+
if (2 % 2 == 0) {
46+
System.out.println(":)");
47+
}
48+
}
49+
4450
/*
4551
public void shouldntCompile() {
4652

0 commit comments

Comments
 (0)