add notes for later

This commit is contained in:
Jonathan Shook 2023-12-20 17:16:37 -06:00
parent 5db3988e22
commit b62c623143

View File

@ -105,7 +105,7 @@ public class StandardAction<A extends StandardActivity<R, ?>, R extends Op> impl
throw new RuntimeException("The op implementation did not implement any active logic. Implement " +
"one of [RunnableOp, CycleOp, or ChainingOp]");
}
// TODO: break out validation timer from execute
try (Timer.Context ignored = verifierTimer.time()) {
CycleFunction<Boolean> verifier = dispenser.getVerifier();
try {