Skip to content

Commit ef61c78

Browse files
added missing test resource file
1 parent af182c4 commit ef61c78

File tree

1 file changed

+12
-0
lines changed
  • cobigen/cobigen-core-systemtest/src/test/resources/testdata/systemtest/ClassLoadTemplateSetTest/template-sets/adapted/template-set1/src/main/java

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
public class JarredClass {
2+
3+
public String methodOne(String str) {
4+
return str;
5+
}
6+
7+
public int methodTwo(int a, int b) {
8+
9+
return a+b;
10+
11+
}
12+
}

0 commit comments

Comments
 (0)