Skip to content

Commit

Permalink
rm unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenxinxing committed Jan 10, 2024
1 parent 785ee50 commit 988a747
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public static class OptionType {
@JsonIgnoreProperties(ignoreUnknown = true)
public static class OptionField {
private String name;
private List<String> opts;
private OptionType type;
private boolean required = false;
private boolean multiple = false;
Expand Down

0 comments on commit 988a747

Please sign in to comment.