PAN-52 Fixed issue with the Theorems API

This commit is contained in:
2019-03-21 11:29:30 -06:00
parent c9a2a978fc
commit f5dbdac990
4 changed files with 6 additions and 1 deletions
@@ -26,6 +26,8 @@ public class Proof extends BaseDto implements Serializable {
@NotNull(groups = Insert.class)
@Size(min = 1, max = 4096, message = "The proof must be at least 1 character and at most 4096 characters")
private String proof;
@NotNull(groups = Insert.class)
private Integer theorem;
@NotBlank(groups = Insert.class)
@Size(min = 1, max = 512, message = "The branch must be at least 1 character and at most 512 characters")
private String branch;