Skip to content

Commit 96e3df8

Browse files
author
Gary Gregory
committed
Javadoc tweaks.
1 parent 0927d2e commit 96e3df8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -879,9 +879,9 @@ public static BasicFileAttributes readBasicFileAttributesUnchecked(final Path pa
879879
* Reads the given path as a String.
880880
*
881881
* @param path The source path.
882-
* @param charset How to convert bytes to a String.
883-
* @return a new String
884-
* @throws IOException if an I/O error occurs reading from the stream
882+
* @param charset How to convert bytes to a String, null uses the default Charset.
883+
* @return a new String.
884+
* @throws IOException if an I/O error occurs reading from the stream.
885885
* @see Files#readAllBytes(Path)
886886
* @since 2.12.0
887887
*/

0 commit comments

Comments
 (0)