Add return tag

Eclipse was complaining about the missing tag for the return type.

Change-Id: I43c7e823c3090b19dc8202c1e4d7968e1fa8e6bb
Signed-off-by: Hector Caballero <hector.caballero@ericsson.com>
This commit is contained in:
Hector Caballero 2017-11-14 10:06:26 -05:00
parent 9bb126d12d
commit 178c5d2f0e
1 changed files with 3 additions and 2 deletions

View 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
*/