Update Hotel.java
This commit is contained in:
parent
c0edac0046
commit
24126edd86
@ -30,7 +30,7 @@ import org.slf4j.LoggerFactory;
|
|||||||
public class Hotel {
|
public class Hotel {
|
||||||
private static final Logger LOGGER = LoggerFactory.getLogger(TransactionScriptApp.class);
|
private static final Logger LOGGER = LoggerFactory.getLogger(TransactionScriptApp.class);
|
||||||
|
|
||||||
private HotelDaoImpl hotelDao;
|
private final HotelDaoImpl hotelDao;
|
||||||
|
|
||||||
public Hotel(HotelDaoImpl hotelDao) {
|
public Hotel(HotelDaoImpl hotelDao) {
|
||||||
this.hotelDao = hotelDao;
|
this.hotelDao = hotelDao;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user