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-imaging.git
The following commit(s) were added to refs/heads/master by this push: new 3bad15f9 Javadoc 3bad15f9 is described below commit 3bad15f9e333693b062e5286f249f1960224e269 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 21 15:04:04 2023 -0400 Javadoc --- .../java/org/apache/commons/imaging/common/bytesource/ByteSource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/common/bytesource/ByteSource.java b/src/main/java/org/apache/commons/imaging/common/bytesource/ByteSource.java index 598668cf..249f04f6 100644 --- a/src/main/java/org/apache/commons/imaging/common/bytesource/ByteSource.java +++ b/src/main/java/org/apache/commons/imaging/common/bytesource/ByteSource.java @@ -58,7 +58,7 @@ public abstract class ByteSource { } /** - * This operation can be VERY expensive; for inputstream byte sources, the + * This operation can be VERY expensive; for InputStream byte sources, the * entire stream must be drained to determine its length. * * @return the byte source length