Merge "Fix typo in AnyObjectId#abbreviate"

This commit is contained in:
Robin Rosenberg 2012-09-24 14:22:24 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit 13df55a464
1 changed files with 2 additions and 2 deletions

View File

@ -510,8 +510,8 @@ public final String getName() {
/**
* Return an abbreviation (prefix) of this object SHA-1.
*
* This implementation does not guaranteeing uniqueness. Callers should
* <p>
* This implementation does not guarantee uniqueness. Callers should
* instead use {@link ObjectReader#abbreviate(AnyObjectId, int)} to obtain a
* unique abbreviation within the scope of a particular object database.
*