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 235a2433 Javadoc 235a2433 is described below commit 235a2433eaa45f2a44019b8e8fe04106722be4b1 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Jun 28 09:24:42 2022 -0400 Javadoc --- src/main/java/org/apache/commons/io/function/IOStreams.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/function/IOStreams.java b/src/main/java/org/apache/commons/io/function/IOStreams.java index 74581c0f..bbcf78c8 100644 --- a/src/main/java/org/apache/commons/io/function/IOStreams.java +++ b/src/main/java/org/apache/commons/io/function/IOStreams.java @@ -28,7 +28,7 @@ import java.util.stream.Stream; import org.apache.commons.io.IOExceptionList; /** - * Keeps code package private for now. + * Keep this code package-private for now. */ class IOStreams {