Skip to content

Commit

Permalink
fix checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Oct 9, 2023
1 parent c53e991 commit 5928cd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public enum NetflixHeader {

private final String headerName;

private NetflixHeader(String headerName) {
NetflixHeader(String headerName) {
this.headerName = headerName;
}

Expand Down

0 comments on commit 5928cd1

Please sign in to comment.