|
|
@@ -7,7 +7,6 @@ import javax.validation.constraints.Size;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
|
|
|
import com.goafanti.common.constant.ErrorConstants;
|
|
|
-import com.goafanti.common.utils.FileUtils;
|
|
|
|
|
|
public class InputActivity {
|
|
|
@Size(min = 0, max = 18, message = "{" + ErrorConstants.PARAM_SIZE_ERROR + "}")
|
|
|
@@ -50,9 +49,6 @@ public class InputActivity {
|
|
|
*/
|
|
|
private String summary;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
public String getId() {
|
|
|
return id;
|
|
|
}
|