public class DeleteZombieCommentsRefs
extends java.lang.Object
An earlier bug in the deletion of draft comments refs/draft-comments/$change_id_short/$change_id/$user_id
caused some draft refs to remain in Git
and not get deleted. These refs point to an empty tree.
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteZombieCommentsRefs.Factory |
Constructor and Description |
---|
DeleteZombieCommentsRefs(AllUsersName allUsers,
GitRepositoryManager repoManager,
java.lang.Integer cleanupPercentage) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
@Inject public DeleteZombieCommentsRefs(AllUsersName allUsers, GitRepositoryManager repoManager, java.lang.Integer cleanupPercentage)