Skip to content

Commit

Permalink
feat(impl):[#395] Fix long line
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Feb 19, 2024
1 parent 090a265 commit 45d069d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ private String mapToShellId(final EndpointDataReference endpointDataReference, f
endpointDataReference, List.of(identifierKeyValuePair)).getResult().stream();

// Special scenario: Multiple DTs with the same globalAssetId in one DTR, see:
// docs/src/docs/arc42/cross-cutting/discovery-DTR--multiple-DTs-with-the-same-globalAssedId-in-one-DTR.puml
// docs/arc42/cross-cutting/discovery-DTR--multiple-DTs-with-the-same-globalAssedId-in-one-DTR.puml
final var mappingResult = mappingResultStream.findFirst();

// Empty Optional means that the ID is already a shellId
Expand Down

0 comments on commit 45d069d

Please sign in to comment.