Skip to content

Commit

Permalink
Fix compiliation
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Apr 13, 2020
1 parent f4b8e7b commit 44b0cd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
public class NameFormatterPreferences {

private final List<String> nameFormatterKey;
private final List<String> nameFormatterValue;check
private final List<String> nameFormatterValue;

public NameFormatterPreferences(List<String> nameFormatterKey, List<String> nameFormatterValue) {
this.nameFormatterKey = nameFormatterKey;
Expand Down

0 comments on commit 44b0cd1

Please sign in to comment.