Skip to content

Commit

Permalink
chore(quality): [eclipse-tractusx#841] increase visibility of getRoot…
Browse files Browse the repository at this point in the history
…ErrorMessages
  • Loading branch information
dsmf committed Jul 30, 2024
1 parent b8a3255 commit 39780ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static Tombstone from(final String globalAssetId, final String endpointUR
.build();
}

private static List<String> getRootErrorMessages(final Throwable... throwables) {
public static List<String> getRootErrorMessages(final Throwable... throwables) {
return Arrays.stream(throwables).map(Tombstone::getRootErrorMessages).toList();
}

Expand Down

0 comments on commit 39780ce

Please sign in to comment.