public static interface DeleteCommentRewriter.Factory
Modifier and Type | Method and Description |
---|---|
DeleteCommentRewriter |
create(Change.Id id,
java.lang.String uuid,
java.lang.String newMessage)
Creates a DeleteCommentRewriter instance.
|
DeleteCommentRewriter create(Change.Id id, java.lang.String uuid, java.lang.String newMessage)
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.