Extract minimum length of a SHA-1 as a public constant
Change-Id: I3cb2c3e7256189e4b94e97343f8f38dae6723d5d
This commit is contained in:
@@ -18,6 +18,7 @@ import com.google.gwtorm.client.Column;
|
||||
|
||||
/** A revision identifier for a file or a change. */
|
||||
public final class RevId {
|
||||
public static final int ABBREV_LEN = 7;
|
||||
public static final int LEN = 40;
|
||||
|
||||
@Column(id = 1, length = LEN)
|
||||
|
||||
Reference in New Issue
Block a user