Skip to content

Commit

Permalink
fix(plugins): Remove state field from PluginInfo Release, add preferr…
Browse files Browse the repository at this point in the history
…ed field (#3691)
  • Loading branch information
jonsie committed May 19, 2020
1 parent 2ab7032 commit bdc5a2a
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ public static class Release {
private String requires;
private String url;
private String sha512sum;
private State state;
private boolean preferred;
private String lastModifiedBy;

public enum State {
CANDIDATE,
RELEASE
}
}
}

0 comments on commit bdc5a2a

Please sign in to comment.