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:
@@ -25,7 +25,7 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
@ApiModel("Entry details")
|
||||
@ApiModel(description = "Entry details")
|
||||
@Data
|
||||
public class Entry implements Serializable {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user