File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/main/java/dev/dsf/bpe/util/task Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments