Skip to content

Commit 01714da

Browse files
author
Gary Gregory
committed
JAvadoc
1 parent 663ea74 commit 01714da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/java/org/apache/commons/io/file/PathUtils.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,9 @@ static OutputStream newOutputStream(final Path path, final LinkOption[] linkOpti
11751175
}
11761176

11771177
/**
1178-
* @return the nofollowLinkOptionArray
1178+
* Copy of the {@link LinkOption} array for {@link LinkOption#NOFOLLOW_LINKS}.
1179+
*
1180+
* @return Copy of the {@link LinkOption} array for {@link LinkOption#NOFOLLOW_LINKS}.
11791181
*/
11801182
public static LinkOption[] noFollowLinkOptionArray() {
11811183
return NOFOLLOW_LINK_OPTION_ARRAY.clone();

0 commit comments

Comments
 (0)