Добавил пустой конструктор чтобы спринг мог создавать бин.
This commit is contained in:
parent
015171fc81
commit
24dccbf4b7
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ public class UserRoleVerification {
|
|||
this.roleVerificationError = roleVerificationError;
|
||||
}
|
||||
|
||||
//нужен чтобы спринг мог создать бин
|
||||
private UserRoleVerification(){}
|
||||
public UserRoleVerification(ImdgProvider imdg,
|
||||
IMessageResolver messageResolver,
|
||||
UserRole roleForVerification,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue