Skip to content

Commit

Permalink
Remove final from formRequestMode property. Fixes zalando#797
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmaas authored Aug 3, 2020
1 parent 97310e4 commit d0b9956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static class Write {
@Getter
@Setter
public static class Filter {
private final FormRequestMode formRequestMode = FormRequestMode.fromProperties();
private FormRequestMode formRequestMode = FormRequestMode.fromProperties();
}

}

0 comments on commit d0b9956

Please sign in to comment.