public interface NewCommentDeduplicator
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<Comment> |
findDuplicateComment(Iterable<Comment> existingComments)
Given a collection of existing comments, determine which one, if any, is a duplicate of the new comment submission.
|
void |
newCommentSaved(Comment newComment)
Called when a new comment has been saved
|
com.atlassian.fugue.Option<Comment> findDuplicateComment(Iterable<Comment> existingComments)
void newCommentSaved(Comment newComment)
Copyright © 2003–2015 Atlassian. All rights reserved.