Class ContextLineInfo
- java.lang.Object
-
- com.google.gerrit.extensions.common.ContextLineInfo
-
public class ContextLineInfo extends Object
An entity class representing 1 line of context {line number, line text} of the source file where a comment was written.
-
-
Field Summary
Fields Modifier and Type Field Description String
contextLine
int
lineNumber
-
Constructor Summary
Constructors Constructor Description ContextLineInfo()
ContextLineInfo(int lineNumber, String contextLine)
-