renamed all modules
This commit is contained in:
16
testdata/src/main/java/interfaces/TheImplementation003.java
vendored
Normal file
16
testdata/src/main/java/interfaces/TheImplementation003.java
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
package interfaces;
|
||||
|
||||
public class TheImplementation003 implements TheInterface {
|
||||
|
||||
public int getValue() {
|
||||
return 23;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "i am version 3";
|
||||
}
|
||||
|
||||
public String doit() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user