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 Details

    • lineNumber

      public int lineNumber
    • contextLine

      public String contextLine
  • Constructor Details

    • ContextLineInfo

      public ContextLineInfo()
    • ContextLineInfo

      public ContextLineInfo(int lineNumber, String contextLine)
  • Method Details