Class HumanComment

java.lang.Object
com.google.gerrit.entities.Comment
com.google.gerrit.entities.HumanComment

public class HumanComment extends Comment
This class represents inline human comments in NoteDb. This means it determines the JSON format for inline comments in the revision notes that NoteDb uses to persist inline comments.

Changing fields in this class changes the storage format of inline comments in NoteDb and may require a corresponding data migration (adding new optional fields is generally okay).

Consider updating Comment.getApproximateSize() when adding/changing fields.

  • Field Details

    • unresolved

      public boolean unresolved
  • Constructor Details

  • Method Details