Merge "Update serialVersionUID in PatchListKey"

This commit is contained in:
Edwin Kempin
2015-10-16 11:07:43 +00:00
committed by Gerrit Code Review

View File

@@ -33,7 +33,7 @@ import java.io.ObjectOutputStream;
import java.io.Serializable;
public class PatchListKey implements Serializable {
static final long serialVersionUID = 17L;
static final long serialVersionUID = 18L;
private transient ObjectId oldId;
private transient ObjectId newId;