Package com.google.gerrit.server.notedb
Interface DeleteCommentRewriter.Factory
- Enclosing class:
- DeleteCommentRewriter
public static interface DeleteCommentRewriter.Factory
-
Method Summary
Modifier and TypeMethodDescriptionCreates a DeleteCommentRewriter instance.
-
Method Details
-
create
Creates a DeleteCommentRewriter instance.- Parameters:
id
- the id of the change which contains the target comment.uuid
- the uuid of the target comment.newMessage
- the message used to replace the old message of the target comment.- Returns:
- the DeleteCommentRewriter instance
-