This commit is contained in:
Leijurv
2018-10-30 15:05:17 -07:00
parent f2f806669c
commit ef6b36b2cc
19 changed files with 218 additions and 25 deletions

View File

@@ -17,5 +17,5 @@
package tenor;
public class TaskLeaf extends Task {
public abstract class TaskLeaf extends Task {
}