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 e034be0df..98c991ae2 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 */