|
|
@@ -158,10 +158,10 @@ public class InputAchievement {
|
|
|
|
|
|
@Size(min = 0, max = 36, message = "{" + ErrorConstants.PARAM_SIZE_ERROR + "}")
|
|
|
private String techBrokerId;
|
|
|
-
|
|
|
+
|
|
|
@Max(value = 3, message = "{" + ErrorConstants.PARAM_ERROR + "}")
|
|
|
@Min(value = 0, message = "{" + ErrorConstants.PARAM_ERROR + "}")
|
|
|
- private Integer contacts;
|
|
|
+ private Integer contacts;
|
|
|
|
|
|
public String getId() {
|
|
|
return id;
|
|
|
@@ -530,7 +530,5 @@ public class InputAchievement {
|
|
|
public void setContacts(Integer contacts) {
|
|
|
this.contacts = contacts;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
|
|
|
}
|