Merge branch 'stable-2.15'
* stable-2.15: Fix infinite loop in IntraLineLoader Change-Id: I1632c94b557de4987fe1edf2aba672568c1bc2e2
This commit is contained in:
@@ -21,7 +21,7 @@ import org.eclipse.jgit.lib.ObjectId;
|
||||
|
||||
@AutoValue
|
||||
public abstract class IntraLineDiffKey implements Serializable {
|
||||
public static final long serialVersionUID = 11L;
|
||||
public static final long serialVersionUID = 12L;
|
||||
|
||||
public static IntraLineDiffKey create(ObjectId aId, ObjectId bId, Whitespace whitespace) {
|
||||
return new AutoValue_IntraLineDiffKey(aId, bId, whitespace);
|
||||
|
||||
Reference in New Issue
Block a user