From 2a25d97953be52451c073f8abc22034283c6d8c9 Mon Sep 17 00:00:00 2001 From: slaws Date: Sun, 10 Aug 2008 16:14:48 +0000 Subject: Start looking at a conversational interface on the Trip component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684543 13f79535-47bb-0310-9956-ffa450edef68 --- .../travelsample/hotel-contribution/src/scatours/hotel/HotelImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sandbox/travelsample/hotel-contribution') 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(), -- cgit v1.2.3