Skip to content

Commit

Permalink
Merge pull request #288 from clacote/master
Browse files Browse the repository at this point in the history
Fixed wrong/duplicated hours on Keynote 3 Wednesday.
  • Loading branch information
clacote committed Apr 15, 2014
2 parents b435af1 + eeb63a9 commit e6a8d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/planning/Slot.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public enum Slot {
//Others
Mercredi_2014_A1_Keynote_1(Mercredi_2014, Room.A1, _09_15, _09_40),
Mercredi_2014_A1_Keynote_2(Mercredi_2014, Room.A1, _13_00, _13_30),
Mercredi_2014_A1_Keynote_3(Mercredi_2014, Room.A1, _17_35, _18_00),
Mercredi_2014_A1_Keynote_3(Mercredi_2014, Room.A1, _17_10, _17_35),
Mercredi_2014_A1_Keynote_4(Mercredi_2014, Room.A1, _17_35, _18_00),


Expand Down

0 comments on commit e6a8d06

Please sign in to comment.