Merge "Update serialVersionUID in PatchListKey"
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user