Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gastaldi committed Feb 25, 2011
1 parent 4232d35 commit b9ed5be
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,6 +34,6 @@ public class HourJob extends AbstractTimeEventJob
*/
protected AbstractTimeEvent createEventPayload()
{
return new Hour(System.currentTimeMillis(), gc.get(GregorianCalendar.MINUTE));
return new Hour(System.currentTimeMillis(), gc.get(GregorianCalendar.HOUR_OF_DAY));
}
}

0 comments on commit b9ed5be

Please sign in to comment.