minor syntax fix

This commit is contained in:
Jonathan Shook 2023-10-17 14:10:48 -05:00
parent 26da67bfcd
commit 79e8828a93

View File

@ -102,7 +102,7 @@ public class HttpOp implements CycleOp {
}
// propogate exception so main error handling logic can take over
if (error != null) {
throw new RuntimeException(error).getClass().getna;
throw new RuntimeException(error);
}
}
return switch (resultType) {