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

changeset 242
b7f3e972b13c
parent 241
1ca4f27cefe8
child 248
90dc13c78b5d
     1.1 --- a/src/main/kotlin/de/uapcore/lightpit/dao/DataAccessObject.kt	Sat Nov 27 12:12:20 2021 +0100
     1.2 +++ b/src/main/kotlin/de/uapcore/lightpit/dao/DataAccessObject.kt	Sat Nov 27 13:03:57 2021 +0100
     1.3 @@ -80,7 +80,7 @@
     1.4      fun updateComment(issueComment: IssueComment)
     1.5  
     1.6      fun insertHistoryEvent(issue: Issue, newId: Int = 0)
     1.7 -    fun insertHistoryEvent(issueComment: IssueComment, newId: Int = 0)
     1.8 +    fun insertHistoryEvent(issue: Issue, issueComment: IssueComment, newId: Int = 0)
     1.9  
    1.10      /**
    1.11       * Lists the issue history of the project with [projectId] for the past [days].

mercurial