Class MailComment
- java.lang.Object
-
- com.google.gerrit.server.mail.receive.MailComment
-
public class MailComment extends Object
A comment parsed from inbound email
-
-
Constructor Summary
Constructors Constructor Description MailComment()
MailComment(String message, String fileName, Comment inReplyTo, com.google.gerrit.server.mail.receive.MailComment.CommentType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSameCommentPath(MailComment c)
Checks if the provided comment concerns the same exact spot in the change.
-
-
-
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.
-
-