Skip to content

Commit

Permalink
fix(exception-handling): [eclipse-tractusx#841] make constructor priv…
Browse files Browse the repository at this point in the history
…ate (builder)
  • Loading branch information
dsmf committed Aug 1, 2024
1 parent dd74856 commit 9ea3551
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ public class EdcRetrieverException extends Exception {

private String edcUrl;

@Deprecated // TODO (mfischer) remove later, use the builder
public EdcRetrieverException(final Throwable cause) {
private EdcRetrieverException(final Throwable cause) {
super(cause);
}

Expand Down

0 comments on commit 9ea3551

Please sign in to comment.