value field of annotation is actually the name of the class

This commit is contained in:
Athou
2019-05-01 19:57:52 +02:00
parent 696e0b1fa7
commit c3ca0b18b3
21 changed files with 21 additions and 21 deletions

View File

@@ -7,7 +7,7 @@ import io.swagger.annotations.ApiModel;
import lombok.Data;
@SuppressWarnings("serial")
@ApiModel("Unread count")
@ApiModel(description = "Unread count")
@Data
public class UnreadCount implements Serializable {