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 eaac01a6 Javadoc
eaac01a6 is described below
commit eaac01a6fecb02208d04647cc2f8c0baa781f093
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 15 22:13:15 2023 -0400
Javadoc
---
.../java/org/apache/commons/imaging/formats/png/chunks/PngChunk.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/imaging/formats/png/chunks/PngChunk.java
b/src/main/java/org/apache/commons/imaging/formats/png/chunks/PngChunk.java
index 33e767af..a1eaac8f 100644
--- a/src/main/java/org/apache/commons/imaging/formats/png/chunks/PngChunk.java
+++ b/src/main/java/org/apache/commons/imaging/formats/png/chunks/PngChunk.java
@@ -46,7 +46,7 @@ public class PngChunk extends BinaryFileParser {
* @param chunkType chunk type
* @param crc CRC computed over the chunk type and chunk data (but not the
length)
* @param bytes chunk data bytes
- * @throws NullPointerException if bytes is null.
+ * @throws NullPointerException if bytes is null.
*/
public PngChunk(final int length, final int chunkType, final int crc,
final byte[] bytes) {
this.length = length;