Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
pcdv committed Jun 19, 2024
1 parent 3271b7a commit 71f6596
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class CommonEncoderImpl
{
protected MutableAsciiBuffer customTagsBuffer = new MutableAsciiBuffer(new byte[128]);

public void setCustomTagsBuffer(MutableAsciiBuffer customTagsBuffer)
public void setCustomTagsBuffer(final MutableAsciiBuffer customTagsBuffer)
{
this.customTagsBuffer = customTagsBuffer;
}
Expand Down

0 comments on commit 71f6596

Please sign in to comment.