renamed all modules
This commit is contained in:
12
testdata/src/main/java/tgt/SimpleIClassTwo.java
vendored
Normal file
12
testdata/src/main/java/tgt/SimpleIClassTwo.java
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
package tgt;
|
||||
|
||||
public class SimpleIClassTwo implements SimpleITwo {
|
||||
public int toInt(String s) {
|
||||
return Integer.parseInt(s);
|
||||
}
|
||||
|
||||
public String fromLong(long l) {
|
||||
return Long.toString(l);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user