Skip to content

Commit

Permalink
added missing test resource file
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini committed Mar 24, 2023
1 parent af182c4 commit ef61c78
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
public class JarredClass {

public String methodOne(String str) {
return str;
}

public int methodTwo(int a, int b) {

return a+b;

}
}

0 comments on commit ef61c78

Please sign in to comment.