]> source.dussan.org Git - jgit.git/commitdiff
Add return tag 48/111548/1
authorHector Caballero <hector.caballero@ericsson.com>
Tue, 14 Nov 2017 15:06:26 +0000 (10:06 -0500)
committerHector Caballero <hector.caballero@ericsson.com>
Tue, 14 Nov 2017 15:08:42 +0000 (10:08 -0500)
Eclipse was complaining about the missing tag for the return type.

Change-Id: I43c7e823c3090b19dc8202c1e4d7968e1fa8e6bb
Signed-off-by: Hector Caballero <hector.caballero@ericsson.com>
org.eclipse.jgit/src/org/eclipse/jgit/util/FileUtils.java

index e034be0dfa45244fc5fdca5bfb52681ea93f06df..98c991ae25fc6c1a1168cc7fff243c5754820578 100644 (file)
@@ -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
         */