Skip to content

Commit

Permalink
Drop now unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenalpha committed May 21, 2024
1 parent 1003147 commit f0152df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,4 @@ public RuntimeException newRuntimeException(String message, Throwable cause) {
return new NoStacktraceException(message, cause);
}

@Override
public ReplyException newReplyException(ReplyFailure failureType, int failureCode, String message) {
return new NoStackReplyException(failureType, failureCode, message);
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,4 @@ public RuntimeException newRuntimeException(String message, Throwable cause) {
return new RuntimeException(message, cause);
}

@Override
public ReplyException newReplyException(ReplyFailure failureType, int failureCode, String message) {
return new ReplyException(failureType, failureCode, message);
}

}

0 comments on commit f0152df

Please sign in to comment.