]> source.dussan.org Git - jgit.git/commitdiff
Fix typo in AnyObjectId#abbreviate 92/7892/1
authorRobin Stocker <robin@nibor.org>
Sun, 23 Sep 2012 22:34:33 +0000 (00:34 +0200)
committerRobin Stocker <robin@nibor.org>
Sun, 23 Sep 2012 22:34:33 +0000 (00:34 +0200)
Change-Id: I5796dc81727a8e1923189e9490a55c4af6ad053e

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

index 49dc9147f6213adbf12a698e60e3a5e8da3a50bc..9d2babd047a215198b8b47061fd6f14698faf325 100644 (file)
@@ -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.
         *