From 7ee351fb95c5756a171d1b5af50df9aa107cd9c4 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Mon, 25 May 2015 20:15:05 +0200 Subject: [PATCH] FS: Improve javadoc of some recently introduced methods Change-Id: I31e788ee20ac3e8439559d9060d39e9792f6dc7d Signed-off-by: Sebastian Schuberth Signed-off-by: Matthias Sohn --- org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java b/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java index 3cd935821..24b8974e9 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java @@ -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() {