Browse Source

Merge "Fix typo in AnyObjectId#abbreviate"

stable-2.2
Robin Rosenberg 12 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
13df55a464
  1. 4
      org.eclipse.jgit/src/org/eclipse/jgit/lib/AnyObjectId.java

4
org.eclipse.jgit/src/org/eclipse/jgit/lib/AnyObjectId.java

@ -510,8 +510,8 @@ public abstract class AnyObjectId implements Comparable<Object> {
/**
* 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.
*

Loading…
Cancel
Save