Skip to content

Commit 56a0286

Browse files
committed
Fix typo in AnyObjectId#abbreviate
Change-Id: I5796dc81727a8e1923189e9490a55c4af6ad053e
1 parent 78c8659 commit 56a0286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@ public final String getName() {
510510

511511
/**
512512
* Return an abbreviation (prefix) of this object SHA-1.
513-
*
514-
* This implementation does not guaranteeing uniqueness. Callers should
513+
* <p>
514+
* This implementation does not guarantee uniqueness. Callers should
515515
* instead use {@link ObjectReader#abbreviate(AnyObjectId, int)} to obtain a
516516
* unique abbreviation within the scope of a particular object database.
517517
*

0 commit comments

Comments
 (0)