First drop
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package subpkg;
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
public class Subby implements java.io.Serializable {
|
||||
public String toString() {
|
||||
return "a subby";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user