Explorar o código

patent contact 0-3

albertshaw %!s(int64=8) %!d(string=hai) anos
pai
achega
11a080b5f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/java/com/goafanti/patent/bo/InputPatentInfo.java

+ 1 - 1
src/main/java/com/goafanti/patent/bo/InputPatentInfo.java

@@ -16,7 +16,7 @@ public class InputPatentInfo {
 	private String	uid;
 
 	@Max(value = 3, message = "{" + ErrorConstants.PARAM_ERROR + "}")
-	@Min(value = 1, message = "{" + ErrorConstants.PARAM_ERROR + "}")
+	@Min(value = 0, message = "{" + ErrorConstants.PARAM_ERROR + "}")
 	private Integer	contacts;
 
 	@Size(min = 0, max = 64, message = "{" + ErrorConstants.PARAM_SIZE_ERROR + "}")