Skip to content

Commit 2564b70

Browse files
author
Gary Gregory
committed
Javadoc tweaks.
1 parent 73a31d9 commit 2564b70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ private static boolean overrideReadOnly(final DeleteOption... deleteOptions) {
808808
}
809809

810810
/**
811-
* Shorthand for {@code Files.readAttributes(path, BasicFileAttributes.class);}
811+
* Shorthand for {@code Files.readAttributes(path, BasicFileAttributes.class)}
812812
*
813813
* @param path the path to read.
814814
* @return the path attributes.
@@ -820,7 +820,7 @@ public static BasicFileAttributes readBasicFileAttributes(final Path path) throw
820820
}
821821

822822
/**
823-
* Shorthand for {@code Files.readAttributes(path, BasicFileAttributes.class);} while wrapping {@link IOException}
823+
* Shorthand for {@code Files.readAttributes(path, BasicFileAttributes.class)} while wrapping {@link IOException}
824824
* as {@link IllegalStateException}.
825825
*
826826
* @param path the path to read.

0 commit comments

Comments
 (0)