We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbaacea commit a711af1Copy full SHA for a711af1
src/main/java/com/uber/cadence/activity/ActivityOptions.java
@@ -155,7 +155,7 @@ public ActivityOptions validateAndBuildWithDefaults() {
155
if (scheduleToCloseTimeout == null
156
&& (scheduleToStartTimeout == null || startToCloseTimeout == null)) {
157
throw new IllegalStateException(
158
- "Either ScheduleToClose or both ScheduleToStart and StarToClose "
+ "Either ScheduleToClose or both ScheduleToStart and StartToClose "
159
+ "timeouts are required: ");
160
}
161
Duration scheduleToClose = scheduleToCloseTimeout;
0 commit comments