Package com.google.gerrit.server.notedb
Interface DeleteCommentRewriter.Factory
-
- Enclosing class:
- DeleteCommentRewriter
public static interface DeleteCommentRewriter.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCommentRewriter
create(Change.Id id, String uuid, String newMessage)
Creates a DeleteCommentRewriter instance.
-
-
-
Method Detail
-
create
DeleteCommentRewriter create(Change.Id id, String uuid, String newMessage)
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
-
-