mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
value field of annotation is actually the name of the class
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user