Skip to content

Commit 1ce6070

Browse files
committed
Format
1 parent 81be2b1 commit 1ce6070

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/java/dev/dsf/bpe/util/task/SendTaskErrorConverter.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,7 @@ private static ProcessErrorWithStatusCode convertWebApplicationException(WebAppl
286286
CodeSystem.DsfPingError.Concept.SEND_MESSAGE_HTTP_401,
287287
ConstantsPing.POTENTIAL_FIX_URL_ERROR_HTTP),
288288
CodeSystem.DsfPingStatus.Code.NOT_ALLOWED);
289-
case 403 ->
290-
{
289+
case 403 -> {
291290
if (messageWithReference)
292291
{
293292
yield new ProcessErrorWithStatusCode(
@@ -332,8 +331,7 @@ yield new ProcessErrorWithStatusCode(
332331
CodeSystem.DsfPingError.Concept.RECEIVE_MESSAGE_HTTP_401,
333332
ConstantsPing.POTENTIAL_FIX_URL_ERROR_HTTP),
334333
CodeSystem.DsfPingStatus.Code.NOT_ALLOWED);
335-
case 403 ->
336-
{
334+
case 403 -> {
337335
if (messageWithReference)
338336
{
339337
yield new ProcessErrorWithStatusCode(

0 commit comments

Comments
 (0)