public class MailComment
extends java.lang.Object
Constructor and Description |
---|
MailComment() |
MailComment(java.lang.String message,
java.lang.String fileName,
Comment inReplyTo,
com.google.gerrit.server.mail.receive.MailComment.CommentType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSameCommentPath(MailComment c)
Checks if the provided comment concerns the same exact spot in the change.
|
public MailComment()
public MailComment(java.lang.String message, java.lang.String fileName, Comment inReplyTo, com.google.gerrit.server.mail.receive.MailComment.CommentType type)
public boolean isSameCommentPath(MailComment c)