Skip to content
Snippets Groups Projects
Commit 057bdc76 authored by OZGCloud's avatar OZGCloud
Browse files

Unnötiger else zweig entfernt.

parent 4794a252
Branches
Tags
No related merge requests found
......@@ -221,10 +221,9 @@ public class ElsterTransferRemoteService {
if (Objects.nonNull(ozgCloudFileId)) {
return Optional.of(ozgCloudFileId.toString());
} else {
LOG.error("Received no OzgCloudFileId when saving attachment {} to vorgangId {}", downloadAnhangDetails, vorgangId);
}
LOG.error("Received no OzgCloudFileId when saving attachment {} to vorgangId {}", downloadAnhangDetails, vorgangId);
return Optional.empty();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment