Selaa lähdekoodia

FS: Improve javadoc of some recently introduced methods

Change-Id: I31e788ee20ac3e8439559d9060d39e9792f6dc7d
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.0.0.201505260635-rc2
Sebastian Schuberth 9 vuotta sitten
vanhempi
commit
7ee351fb95
1 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. 4
    2
      org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java

+ 4
- 2
org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java Näytä tiedosto

@@ -515,13 +515,15 @@ public abstract class FS {
}

/**
* @return the path to the Git executable.
* @return the path to the Git executable or {@code null} if it cannot be
* determined.
* @since 4.0
*/
protected abstract File discoverGitExe();

/**
* @return the path to the system-wide Git configuration file.
* @return the path to the system-wide Git configuration file or
* {@code null} if it cannot be determined.
* @since 4.0
*/
protected File discoverGitSystemConfig() {

Loading…
Peruuta
Tallenna