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 2ef288b1 Remove trailing whitespace
2ef288b1 is described below

commit 2ef288b1a32c4b4fda31015573798f81d1a5e1ac
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Oct 23 08:32:26 2023 -0400

    Remove trailing whitespace
---
 .../formats/png/transparencyfilters/AbstractTransparencyFilter.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/imaging/formats/png/transparencyfilters/AbstractTransparencyFilter.java
 
b/src/main/java/org/apache/commons/imaging/formats/png/transparencyfilters/AbstractTransparencyFilter.java
index 1a61b833..aba06a0b 100644
--- 
a/src/main/java/org/apache/commons/imaging/formats/png/transparencyfilters/AbstractTransparencyFilter.java
+++ 
b/src/main/java/org/apache/commons/imaging/formats/png/transparencyfilters/AbstractTransparencyFilter.java
@@ -39,7 +39,7 @@ public abstract class AbstractTransparencyFilter extends 
BinaryFileParser {
     /**
      * Gets the byte at the given offset.
      *
-     * @param offset offset. 
+     * @param offset offset.
      * @return a byte.
      */
     public byte getByte(final int offset) {

Reply via email to