Skip to content

Commit 7001cee

Browse files
committed
Javadoc
1 parent dcdbdf3 commit 7001cee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ private static boolean notExists(final Path path, final LinkOption... options) {
14121412
/**
14131413
* Returns true if the given options contain {@link StandardDeleteOption#OVERRIDE_READ_ONLY}.
14141414
*
1415-
* @param deleteOptions the array to test
1415+
* @param deleteOptions the array to test.
14161416
* @return true if the given options contain {@link StandardDeleteOption#OVERRIDE_READ_ONLY}.
14171417
*/
14181418
private static boolean overrideReadOnly(final DeleteOption... deleteOptions) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public enum StandardDeleteOption implements DeleteOption {
3838
*
3939
* For now, assume the array is not sorted.
4040
*
41-
* @param options the array to test
41+
* @param options the array to test.
4242
* @return true if the given options contain {@link StandardDeleteOption#OVERRIDE_READ_ONLY}.
4343
*/
4444
public static boolean overrideReadOnly(final DeleteOption[] options) {

0 commit comments

Comments
 (0)