fix #1453 replace with javax.validation.constraints
This commit is contained in:
parent
cee03ceba2
commit
9f594b92d4
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
package org.codelibs.fess.app.web.login;
|
||||
|
||||
import org.hibernate.validator.constraints.NotBlank;
|
||||
import javax.validation.constraints.NotBlank;
|
||||
|
||||
public class LoginForm {
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
package org.codelibs.fess.app.web.profile;
|
||||
|
||||
import org.hibernate.validator.constraints.NotBlank;
|
||||
import javax.validation.constraints.NotBlank;
|
||||
|
||||
public class ProfileForm {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue