Fix the merge mistake.

This commit is contained in:
shimamoto
2013-07-02 11:48:24 +09:00
parent f5277667a5
commit f1f69ba870

View File

@@ -173,9 +173,6 @@ trait IssuesService {
def registerIssueLabel(owner: String, repository: String, issueId: Int, labelId: Int): Unit =
IssueLabels.* insert (IssueLabel(owner, repository, issueId, labelId))
def registerIssueLabel(owner: String, repository: String, issueId: Int, labelId: Int): Unit =
IssueLabels.* insert (IssueLabel(owner, repository, issueId, labelId))
def createComment(owner: String, repository: String, loginUser: String,
issueId: Int, content: String, action: Option[String]) =
IssueComments.autoInc insert (