summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/hotel-contribution/src/scatours/hotel/HotelImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/hotel-contribution/src/scatours/hotel/HotelImpl.java')
-rw-r--r--sandbox/travelsample/hotel-contribution/src/scatours/hotel/HotelImpl.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox/travelsample/hotel-contribution/src/scatours/hotel/HotelImpl.java b/sandbox/travelsample/hotel-contribution/src/scatours/hotel/HotelImpl.java
index ac02c31e59..81012ea08b 100644
--- a/sandbox/travelsample/hotel-contribution/src/scatours/hotel/HotelImpl.java
+++ b/sandbox/travelsample/hotel-contribution/src/scatours/hotel/HotelImpl.java
@@ -85,7 +85,8 @@ public class HotelImpl implements Search {
// find available hotels
for(HotelInfo hotel : hotels){
if (hotel.getLocation().equals(tripLeg.getToLocation())){
- TripItem item = new TripItem("1",
+ TripItem item = new TripItem("",
+ "",
"Hotel",
hotel.getName(),
hotel.getDescription(),