commit | 1ec393e744cd16956cd800c9a56fcae19e150241 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Mon Dec 28 15:55:49 2009 -0800 |
committer | Shawn O. Pearce <spearce@spearce.org> | Mon Dec 28 15:58:37 2009 -0800 |
tree | a4a1f34838e5d9e01df2ee4fd5f020d55ba06b5e | |
parent | db9f8126db23ba90be62777f26a692c7adbb10d9 [diff] |
Use Constants.OBJECT_ID_STRING_LENGTH instead of LEN * 2 A few locations were doing OBJECT_ID_LENGTH * 2 on their own, as the old STR_LEN constant wasn't visible. Replace them with the new public constant OBJECT_ID_STRING_LENGTH. Change-Id: Id39bddb52de8c65bb097de042e9d4ed99598201f Signed-off-by: Shawn O. Pearce <spearce@spearce.org>