Skip to content

Commit

Permalink
Update core/src/main/java/com/linecorp/armeria/common/ContentTooLarge…
Browse files Browse the repository at this point in the history
…ExceptionBuilder.java
  • Loading branch information
yzfeng2020 authored Dec 20, 2024
1 parent c114764 commit c166c87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public ContentTooLargeExceptionBuilder cause(Throwable cause) {
* Sets the exception as early rejection.
*/
@UnstableApi
public ContentTooLargeExceptionBuilder earlyRejection(boolean isEarlyRejection) {
public ContentTooLargeExceptionBuilder earlyRejection(boolean earlyRejection) {
this.isEarlyRejection = isEarlyRejection;
return this;
}
Expand Down

0 comments on commit c166c87

Please sign in to comment.