Skip to content

Commit

Permalink
feat(imp):[#214] fix checkstyle warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Jan 23, 2024
1 parent d51f6ab commit 7a7324b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ private List<AssetAdministrationShellDescriptor> fetchShellDescriptorsForConnect
} catch (ResultFinder.CompletionExceptions e) {

log.debug("fetchShellDescriptorsForConnectorEndpoints#4 " + e.getMessage(), e);
e.getCauses()
.forEach(ex -> log.debug("fetchShellDescriptorsForConnectorEndpoints#5 " + ex.getMessage(), ex));
e.getCauses().forEach(ex -> log.debug("fetchShellDescriptorsForConnectorEndpoints#5 " //
+ ex.getMessage(), ex));

throw new RegistryServiceRuntimeException(
"Exception occurred while fetching shells for bpn '%s'".formatted(bpn), e);
Expand Down

0 comments on commit 7a7324b

Please sign in to comment.