11/75: removed a useless comment
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 62133e8f2ca86866586c7e6c260b6d5ccd2dc54e Author: servantie <servantie.c@gmail.com> Date: Fri May 20 17:47:10 2016 +0200 removed a useless comment --- src/main/java/org/chorem/jtimer/ui/report/TimerTaskUpdaterView.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/chorem/jtimer/ui/report/TimerTaskUpdaterView.java b/src/main/java/org/chorem/jtimer/ui/report/TimerTaskUpdaterView.java index 078f67f..606b5e8 100644 --- a/src/main/java/org/chorem/jtimer/ui/report/TimerTaskUpdaterView.java +++ b/src/main/java/org/chorem/jtimer/ui/report/TimerTaskUpdaterView.java @@ -456,7 +456,6 @@ public class TimerTaskUpdaterView extends FrameView implements DocumentListener } } } - //if all has gone well, update SyncTime (todo:save information) if (hasUpdated) { core.getData().editTaskLastSync(task, LocalDateTime.now()); } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm