Generify pt 1

This commit is contained in:
Brady
2018-10-30 15:51:19 -05:00
parent c887b27df9
commit f2f806669c
27 changed files with 146 additions and 93 deletions

View File

@@ -18,5 +18,6 @@
package tenor;
public interface ClaimProvider {
int quantityCompletedForParent(IQuantizedChildTaskRelationship relationship);
}