Skip to content

Commit aa642d0

Browse files
committed
Self-review
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
1 parent 52ad329 commit aa642d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

impl/http/src/main/java/io/serverlessworkflow/impl/executors/http/auth/JaxRSAccessTokenProvider.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ private <T> T execute(TaskContext task, Supplier<T> call) {
243243
e);
244244
} catch (ProcessingException e) {
245245
throw new WorkflowException(
246-
WorkflowError.communication(task, "Failed to connect or process request: " + e.getMessage())
246+
WorkflowError.communication(
247+
task, "Failed to connect or process request: " + e.getMessage())
247248
.build(),
248249
e);
249250
}

0 commit comments

Comments
 (0)