Browse Source

Merge branch 'stable-4.11' into stable-5.0

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

Change-Id: If82e40c5a39b84c6a63e8cc10d168696c4eb3e91
Signed-off-by: Jonathan Nieder <jrn@google.com>
stable-5.0
Jonathan Nieder 6 years ago
parent
commit
3e73672c06
  1. 4
      org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectChecker.java

4
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectChecker.java

@ -1240,11 +1240,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…
Cancel
Save