瀏覽代碼

Fix typo in AnyObjectId#abbreviate

Change-Id: I5796dc81727a8e1923189e9490a55c4af6ad053e
tags/v2.2.0.201212191850-r
Robin Stocker 11 年之前
父節點
當前提交
56a0286b28
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      org.eclipse.jgit/src/org/eclipse/jgit/lib/AnyObjectId.java

+ 2
- 2
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…
取消
儲存