mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Remove leftover comment class
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
package com.github.codeql.comments
|
||||
|
||||
import utils.Location
|
||||
|
||||
|
||||
data class Comment(val rawText: String, val startOffset: Int, val endOffset: Int, val type: CommentType){
|
||||
fun getLocation() : Location {
|
||||
return Location(this.startOffset, this.endOffset)
|
||||
}
|
||||
|
||||
override fun toString(): String {
|
||||
return "Comment: $rawText [$startOffset-$endOffset]"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user