From 96c5e99f19e14590550dbf74b561d3fd7e89115a Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Thu, 30 Apr 2020 22:04:08 +0200 Subject: [PATCH] Fix scaladoc tag There is no scaladoc tag @implNote. --- .../src/main/scala/docspell/store/usertask/UserTaskStore.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/store/src/main/scala/docspell/store/usertask/UserTaskStore.scala b/modules/store/src/main/scala/docspell/store/usertask/UserTaskStore.scala index 7ee312d5..86f47d8f 100644 --- a/modules/store/src/main/scala/docspell/store/usertask/UserTaskStore.scala +++ b/modules/store/src/main/scala/docspell/store/usertask/UserTaskStore.scala @@ -18,7 +18,7 @@ import docspell.store.queries.QUserTask * `RPeriodicTask`. A user task is associated to a specific user (not * just the collective). * - * @implNote: The mapping is as follows: The collective is the task + * implNote: The mapping is as follows: The collective is the task * group. The submitter property contains the username. Once a task * is saved to the database, it can only be refernced uniquely by its * id. A user may submit multiple same tasks (with different