Add concrete impl for Action

This commit is contained in:
Eugene Yokota
2023-05-14 14:06:46 -04:00
parent e22a9a7c5e
commit 9d87f3f596
4 changed files with 420 additions and 6 deletions
@@ -11,6 +11,8 @@ import java.util.Collections;
import java.util.List;
import java.util.Optional;
// Note: Update InterfaceUtil.scala as well.
public interface Problem {
String category();