We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0927d2e commit 96e3df8Copy full SHA for 96e3df8
1 file changed
src/main/java/org/apache/commons/io/file/PathUtils.java
@@ -879,9 +879,9 @@ public static BasicFileAttributes readBasicFileAttributesUnchecked(final Path pa
879
* Reads the given path as a String.
880
*
881
* @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
+ * @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.
885
* @see Files#readAllBytes(Path)
886
* @since 2.12.0
887
*/
0 commit comments