From 56a0286b28659e260c93d1efa307033e202381ca Mon Sep 17 00:00:00 2001 From: Robin Stocker Date: Mon, 24 Sep 2012 00:34:33 +0200 Subject: [PATCH] Fix typo in AnyObjectId#abbreviate Change-Id: I5796dc81727a8e1923189e9490a55c4af6ad053e --- org.eclipse.jgit/src/org/eclipse/jgit/lib/AnyObjectId.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. * -- 2.39.5