mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +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