From 3592c3c93af91603312c25257e2a2d55ccf91496 Mon Sep 17 00:00:00 2001 From: Nicolas Martignole Date: Wed, 7 May 2014 14:48:57 +0200 Subject: [PATCH] Last version before we move to Devoxx BE --- app/models/Slot.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/Slot.scala b/app/models/Slot.scala index 34ce8cc88..195ed9659 100644 --- a/app/models/Slot.scala +++ b/app/models/Slot.scala @@ -384,7 +384,7 @@ object Slot { r => SlotBuilder(ProposalType.BOF.id, "jeudi", new DateTime("2014-04-17T21:30:00.000+02:00"), new DateTime("2014-04-17T22:30:00.000+02:00"), r) } - (bof01 ++ bof02 ++ bof03) + bof01 ++ bof02 ++ bof03 } val wednesday: List[Slot] = {