Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
acd35d5384
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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 Näytä tiedosto

@@ -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…
Peruuta
Tallenna