Skip to content
Snippets Groups Projects
Commit f5029446 authored by Shawn Pearce's avatar Shawn Pearce
Browse files

Remove unnecessary semicolon in MergeChunk


Change-Id: I5526edca9816b90f5df2d7f14f24f11d3f5d2ead
Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
parent 1b4f76d7
No related branches found
No related tags found
No related merge requests found
/*
* Copyright (C) 2009, Christian Halstrick <christian.halstrick@sap.com>
* Copyright (C) 2010, Google Inc.
* and other copyright owners as documented in the project's IP log.
*
* This program and the accompanying materials are made available
......@@ -71,7 +72,7 @@ public enum ConflictState {
* conflicting chunks. It's a subsequent one.
*/
NEXT_CONFLICTING_RANGE
};
}
private final int sequenceIndex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment