Skip to content

Commit

Permalink
Update src/main/java/io/netty/incubator/codec/http3/Http3ErrorCode.java
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer authored Apr 11, 2024
1 parent 907a650 commit 1007ce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public enum Http3ErrorCode {
this.code = code;
}

public int getCode() {
public int code() {
return code;
}
}

0 comments on commit 1007ce6

Please sign in to comment.