renamed all modules
This commit is contained in:
15
testdata/src/main/java/prot/SubTwo.java
vendored
Normal file
15
testdata/src/main/java/prot/SubTwo.java
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
package prot;
|
||||
|
||||
public class SubTwo extends Two {
|
||||
|
||||
public int someField;
|
||||
|
||||
public int getSomeField() {
|
||||
return someField;
|
||||
}
|
||||
|
||||
public void setSomeField(int i) {
|
||||
this.someField = i;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user