gittest: Added B
This commit is contained in:
parent
eaf5b694dd
commit
5b63dc75d8
9
src/gittest/B.java
Normal file
9
src/gittest/B.java
Normal file
@ -0,0 +1,9 @@
|
||||
package gittest;
|
||||
|
||||
public class B {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "This is a string from B (would usually do something else)";
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user