Interface DeleteCommentRewriter.Factory

    • 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