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

commit 4d53ea99a0eb503703710d3215bfa845008c5c1d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 16 10:02:44 2023 -0400

    Javadoc
---
 .../java/org/apache/commons/imaging/formats/png/chunks/PngChunk.java   | 3 ++-
 1 file changed, 2 insertions(+), 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 a1eaac8f..512c31f3 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
@@ -89,7 +89,8 @@ public class PngChunk extends BinaryFileParser {
     }
 
     /**
-     * Return a copy of the chunk property bits.
+     * Gets a copy of the chunk property bits.
+     *
      * @return the chunk property bits
      */
     public boolean[] getPropertyBits() {

Reply via email to