From: Robin Stocker Date: Sun, 23 Sep 2012 22:34:33 +0000 (+0200) Subject: Fix typo in AnyObjectId#abbreviate X-Git-Tag: v2.2.0.201212191850-r~82^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=56a0286b28659e260c93d1efa307033e202381ca;p=jgit.git Fix typo in AnyObjectId#abbreviate Change-Id: I5796dc81727a8e1923189e9490a55c4af6ad053e --- diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/lib/AnyObjectId.java b/org.eclipse.jgit/src/org/eclipse/jgit/lib/AnyObjectId.java index 49dc9147f6..9d2babd047 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/AnyObjectId.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/AnyObjectId.java @@ -510,8 +510,8 @@ public abstract class AnyObjectId implements Comparable { /** * Return an abbreviation (prefix) of this object SHA-1. - * - * This implementation does not guaranteeing uniqueness. Callers should + *

+ * 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. *