Skip to content

Commit

Permalink
LPD-25246 Remove unused constructors - redirect-api
Browse files Browse the repository at this point in the history
  • Loading branch information
ling-alan-huang authored and brianchandotcom committed May 22, 2024
1 parent 6a9fffe commit 8fc11dd
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,4 @@ private CircularRedirectEntryException(String msg) {
super(msg);
}

private CircularRedirectEntryException(String msg, Throwable throwable) {
super(msg, throwable);
}

private CircularRedirectEntryException(Throwable throwable) {
super(throwable);
}

}

0 comments on commit 8fc11dd

Please sign in to comment.