Skip to content

Commit

Permalink
Change modifier of setState method (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMDEV authored Feb 15, 2022
1 parent f4f2ec0 commit 7211f65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public ProtocolState getState() {
return this.state;
}

protected void setState(ProtocolState state) {
public void setState(ProtocolState state) {
this.state = state;
this.stateCodec = this.codec.getCodec(state);
}
Expand Down

0 comments on commit 7211f65

Please sign in to comment.