Skip to content

Commit

Permalink
Last version before we move to Devoxx BE
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmarti committed May 7, 2014
1 parent b36ec23 commit 3592c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/Slot.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
Expand Down

0 comments on commit 3592c3c

Please sign in to comment.