aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/util/FileUtils.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/util/FileUtils.java b/org.eclipse.jgit/src/org/eclipse/jgit/util/FileUtils.java
index e034be0dfa..98c991ae25 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/util/FileUtils.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/util/FileUtils.java
@@ -117,9 +117,10 @@ public class FileUtils {
*
* @param f
* {@code File} to be converted to {@code Path}
+ * @return the path represented by the file
* @throws IOException
- * in case the path represented by the file
- * is not valid ({@link java.nio.file.InvalidPathException})
+ * in case the path represented by the file is not valid (
+ * {@link java.nio.file.InvalidPathException})
*
* @since 4.10
*/