minor typo

This commit is contained in:
Keith Donald
2009-04-21 14:28:45 +00:00
parent fc46a986fb
commit 54bd814886

View File

@@ -471,7 +471,7 @@ public class BookingAction {
bookingService.make(booking);
return true;
} catch (RoomNotAvailableException e) {
context.addMessage(builder.error().
context.addMessage(new MessageBuilder().error().
.defaultText("No room is available at this hotel").build());
return false;
}