Skip to content

Commit

Permalink
Checkstyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sheinbergon committed Nov 23, 2023
1 parent 29f8bc7 commit 8996940
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public CoderConfig() {
public byte psPresent;

@Override
protected final List<String> getFieldOrder() {
protected List<String> getFieldOrder() {
return FIELD_ORDER;
}
}

0 comments on commit 8996940

Please sign in to comment.