瀏覽代碼

Merge branch 'stable-4.8' into stable-4.9

* stable-4.8:
  ObjectChecker#getGitsubmodules: Fix malformed javadoc

Change-Id: Ic73df5571e1ae86e5e026d0bf9d8e9e330cbfa97
Signed-off-by: Jonathan Nieder <jrn@google.com>
tags/v4.9.7.201810191756-r
Jonathan Nieder 5 年之前
父節點
當前提交
acd35d5384
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectChecker.java

+ 2
- 2
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectChecker.java 查看文件

@@ -1229,11 +1229,11 @@ public class ObjectChecker {
}

/**
* Get the list of".gitmodules" files found in the pack. For each, report
* Get the list of ".gitmodules" files found in the pack. For each, report
* its blob id (e.g. to validate its contents) and the tree where it was
* found (e.g. to check if it is in the root)
*
* @return List of pairs of ids <tree, blob>
* @return List of pairs of ids {@literal <tree, blob>}.
*
* @since 4.7.5
*/

Loading…
取消
儲存