Browse Source

Merge "Add return tag"

stable-4.10
David Pursehouse 7 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
33b796869c
  1. 5
      org.eclipse.jgit/src/org/eclipse/jgit/util/FileUtils.java

5
org.eclipse.jgit/src/org/eclipse/jgit/util/FileUtils.java

@ -117,9 +117,10 @@ public class FileUtils {
* *
* @param f * @param f
* {@code File} to be converted to {@code Path} * {@code File} to be converted to {@code Path}
* @return the path represented by the file
* @throws IOException * @throws IOException
* in case the path represented by the file * in case the path represented by the file is not valid (
* is not valid ({@link java.nio.file.InvalidPathException}) * {@link java.nio.file.InvalidPathException})
* *
* @since 4.10 * @since 4.10
*/ */

Loading…
Cancel
Save