Skip to content

Commit a711af1

Browse files
jontromeiliang86
authored andcommitted
Fix typo in Exception (#270)
1 parent bbaacea commit a711af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uber/cadence/activity/ActivityOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public ActivityOptions validateAndBuildWithDefaults() {
155155
if (scheduleToCloseTimeout == null
156156
&& (scheduleToStartTimeout == null || startToCloseTimeout == null)) {
157157
throw new IllegalStateException(
158-
"Either ScheduleToClose or both ScheduleToStart and StarToClose "
158+
"Either ScheduleToClose or both ScheduleToStart and StartToClose "
159159
+ "timeouts are required: ");
160160
}
161161
Duration scheduleToClose = scheduleToCloseTimeout;

0 commit comments

Comments
 (0)