]> source.dussan.org Git - jgit.git/commitdiff
FS: Improve javadoc of some recently introduced methods 56/48556/2
authorSebastian Schuberth <sschuberth@gmail.com>
Mon, 25 May 2015 18:15:05 +0000 (20:15 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 25 May 2015 19:23:20 +0000 (21:23 +0200)
Change-Id: I31e788ee20ac3e8439559d9060d39e9792f6dc7d
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java

index 3cd93582121525118cf011626a1210dde920c576..24b8974e973d26b21d0127bee38acd8dc42f97de 100644 (file)
@@ -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() {