Skip to content

Commit

Permalink
Merge pull request #7 from openstandia/dev
Browse files Browse the repository at this point in the history
feat: add new feature with breaking change
  • Loading branch information
wadahiro authored Sep 30, 2024
2 parents e50df6a + fe37860 commit 6824a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/jp/openstandia/example/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public static void main(String[] args) {
}

public String hello() {
// Breaking change
// New Feature
return "Hello!";
}
Expand Down

0 comments on commit 6824a58

Please sign in to comment.