fixing style

Signed-off-by: salaboy <Salaboy@gmail.com>
This commit is contained in:
salaboy 2025-08-26 11:50:04 +01:00
parent f118b31238
commit a1c116fd4d
1 changed files with 1 additions and 6 deletions

View File

@ -55,11 +55,6 @@ public class WorkflowTaskOptions {
}
}
if (appId != null) {
throw new RuntimeException("Setting an appId is not supported in 1.15.x");
}
}
/**
* Constructor for WorkflowTaskOptions with retry policy and app ID.
*