mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Fix DB relation names to use plurals
This commit is contained in:
@@ -865,7 +865,7 @@ class KotlinFileExtractor(val logger: FileLogger, val tw: FileTrapWriter, val fi
|
||||
return
|
||||
}
|
||||
|
||||
tw.writeKtBreakContinueTarget(id, loopId)
|
||||
tw.writeKtBreakContinueTargets(id, loopId)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@ class CommentExtractor(private val fileExtractor: KotlinFileExtractor) {
|
||||
continue
|
||||
}
|
||||
|
||||
tw.writeKtCommentOwner(commentLabel, existingLabel)
|
||||
tw.writeKtCommentOwners(commentLabel, existingLabel)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user