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>
This commit is contained in:
Sebastian Schuberth 2015-05-25 20:15:05 +02:00 committed by Matthias Sohn
parent 1773002a34
commit 7ee351fb95
1 changed files with 4 additions and 2 deletions

View File

@ -515,13 +515,15 @@ public void run() {
}
/**
* @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() {