param is final
This commit is contained in:
parent
352bc4c083
commit
c826fc5170
@ -27,7 +27,7 @@ public class CustomerDao {
|
|||||||
return findCustomerByNameImpl(customerName);
|
return findCustomerByNameImpl(customerName);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Customer findCustomerByName(CustomerVO prototype) throws UserException, TechnicalException {
|
public Customer findCustomerByName(final CustomerVO prototype) throws UserException, TechnicalException {
|
||||||
return findCustomerByNameImpl(prototype.get("name").getValue());
|
return findCustomerByNameImpl(prototype.get("name").getValue());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user