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 7f9f238e4be5e4c6e0efbc5b12a6f40a872bda14
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed May 31 20:27:51 2023 -0400

    Use camel-case
---
 .../apache/commons/imaging/formats/png/ScanExpediterInterlaced.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/imaging/formats/png/ScanExpediterInterlaced.java
 
b/src/main/java/org/apache/commons/imaging/formats/png/ScanExpediterInterlaced.java
index f80d858c..b65fdbe0 100644
--- 
a/src/main/java/org/apache/commons/imaging/formats/png/ScanExpediterInterlaced.java
+++ 
b/src/main/java/org/apache/commons/imaging/formats/png/ScanExpediterInterlaced.java
@@ -35,11 +35,11 @@ class ScanExpediterInterlaced extends ScanExpediter {
     ScanExpediterInterlaced(final int width, final int height, final 
InputStream is,
             final BufferedImage bi,
             final PngColorType pngColorType, final int bitDepth, final int 
bitsPerPixel,
-            final PngChunkPlte fPNGChunkPLTE,
+            final PngChunkPlte pngChunkPLTE,
             final GammaCorrection gammaCorrection,
             final TransparencyFilter transparencyFilter) {
         super(width, height, is, bi, pngColorType, bitDepth, bitsPerPixel,
-                fPNGChunkPLTE, gammaCorrection, transparencyFilter);
+                pngChunkPLTE, gammaCorrection, transparencyFilter);
     }
 
     @Override

Reply via email to