change type to category

This commit is contained in:
Eduard Heimbuch
2019-07-25 11:34:16 +02:00
parent b8f2f9b13a
commit 1ea2bdfedf
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ import lombok.Setter;
public class PluginDto extends HalRepresentation {
private String name;
private String type;
private String category;
private String version;
private String author;
private String description;