Class MailComment


  • public class MailComment
    extends Object
    A comment parsed from inbound email
    • Constructor Detail

      • MailComment

        public MailComment()
      • MailComment

        public MailComment​(String message,
                           String fileName,
                           Comment inReplyTo,
                           com.google.gerrit.server.mail.receive.MailComment.CommentType type)
    • Method Detail

      • isSameCommentPath

        public boolean isSameCommentPath​(MailComment c)
        Checks if the provided comment concerns the same exact spot in the change. This is basically an equals method except that the message is not checked.