Rename RefOperationReceivedEvent to match event name

The event name is "ref-received".

Rename the class to RefReceivedEvent to match it.

Change-Id: If435165419734b67c4edcfa0e14254d1d78b0b62
This commit is contained in:
David Pursehouse
2014-12-19 11:31:28 +09:00
parent b767b0e606
commit d6d6d880bf
3 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ import com.google.gerrit.server.IdentifiedUser;
import org.eclipse.jgit.transport.ReceiveCommand;
public class RefOperationReceivedEvent extends ChangeEvent {
public class RefReceivedEvent extends ChangeEvent {
public final String type = "ref-received";
public ReceiveCommand command;
public Project project;