This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new 96e3df8 Javadoc tweaks. 96e3df8 is described below commit 96e3df8a44d2c6baa0de90560cfef5aafba6b176 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Jul 19 10:21:40 2021 -0400 Javadoc tweaks. --- src/main/java/org/apache/commons/io/file/PathUtils.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/io/file/PathUtils.java b/src/main/java/org/apache/commons/io/file/PathUtils.java index b89e915..5e51cdc 100644 --- a/src/main/java/org/apache/commons/io/file/PathUtils.java +++ b/src/main/java/org/apache/commons/io/file/PathUtils.java @@ -879,9 +879,9 @@ public final class PathUtils { * Reads the given path as a String. * * @param path The source path. - * @param charset How to convert bytes to a String. - * @return a new String - * @throws IOException if an I/O error occurs reading from the stream + * @param charset How to convert bytes to a String, null uses the default Charset. + * @return a new String. + * @throws IOException if an I/O error occurs reading from the stream. * @see Files#readAllBytes(Path) * @since 2.12.0 */