src/main/kotlin/de/uapcore/lightpit/dao/AbstractIssueDao.kt

changeset 164
003b08bb3f25
parent 159
86b5d8a1662f
     1.1 --- a/src/main/kotlin/de/uapcore/lightpit/dao/AbstractIssueDao.kt	Fri Dec 18 15:54:39 2020 +0100
     1.2 +++ b/src/main/kotlin/de/uapcore/lightpit/dao/AbstractIssueDao.kt	Fri Dec 18 16:09:20 2020 +0100
     1.3 @@ -74,6 +74,7 @@
     1.4      /**
     1.5       * Stores the specified comment in database.
     1.6       * This is an update-or-insert operation.
     1.7 +     * The "updated" date of the corresponding issue is also updated.
     1.8       *
     1.9       * @param issue the issue to save the comment for
    1.10       * @param comment the comment to save

mercurial