This is an automated email from the git hooks/post-receive script. New commit to branch feature/sync in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit cbc34673ad709382ff798bf71746dfb437296605 Author: servantie <servantie.c@gmail.com> Date: Mon Jul 25 14:24:01 2016 +0200 removed a useless line --- src/main/java/org/chorem/jtimer/entities/TimerTaskHelper.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/org/chorem/jtimer/entities/TimerTaskHelper.java b/src/main/java/org/chorem/jtimer/entities/TimerTaskHelper.java index cb36da5..6ea3066 100644 --- a/src/main/java/org/chorem/jtimer/entities/TimerTaskHelper.java +++ b/src/main/java/org/chorem/jtimer/entities/TimerTaskHelper.java @@ -349,8 +349,6 @@ public class TimerTaskHelper { public static List<JsonObject> taskToJSONFormat(TimerTask task, boolean withAnnotations, String timezone) { Date startDate = task.getAllDaysAndTimes().firstKey(); Date endDate = DateUtils.ceiling(new Date(), Calendar.DAY_OF_MONTH); - //get the current day too by making endDate a day later - endDate.setTime(endDate.getTime()); List<JsonObject> resultingJSON = taskToJSONFormat(task, startDate, endDate, withAnnotations, timezone); return resultingJSON; } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.