[Bug #1090] Removed unused variables in UserModel.
FEA: ItEr74S04BugFixing
This commit is contained in:
parent
02841699b8
commit
18c91cbbe4
1 changed files with 0 additions and 6 deletions
|
|
@ -27,7 +27,6 @@ import java.util.List;
|
|||
import org.apache.commons.lang.Validate;
|
||||
import org.navalplanner.business.common.Configuration;
|
||||
import org.navalplanner.business.common.Registry;
|
||||
import org.navalplanner.business.common.daos.IConfigurationDAO;
|
||||
import org.navalplanner.business.common.exceptions.InstanceNotFoundException;
|
||||
import org.navalplanner.business.common.exceptions.ValidationException;
|
||||
import org.navalplanner.business.users.daos.IUserDAO;
|
||||
|
|
@ -56,9 +55,6 @@ public class UserModel implements IUserModel {
|
|||
@Autowired
|
||||
private IUserDAO userDAO;
|
||||
|
||||
@Autowired
|
||||
private IConfigurationDAO configurationDAO;
|
||||
|
||||
@Autowired
|
||||
private IDBPasswordEncoderService dbPasswordEncoderService;
|
||||
|
||||
|
|
@ -83,11 +79,9 @@ public class UserModel implements IUserModel {
|
|||
}
|
||||
}
|
||||
|
||||
private UserCRUDController ctlr;
|
||||
@Override
|
||||
@Transactional
|
||||
public void confirmSave() throws ValidationException {
|
||||
this.ctlr = ctlr;
|
||||
try {
|
||||
// user.getLoginName() has to be validated before encoding password,
|
||||
// because it must exist to perform the encoding
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue