You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/10/07 10:17:00 UTC

svn commit: r1763724 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/png/ScanExpediterInterlaced.java

Author: sebb
Date: Fri Oct  7 10:17:00 2016
New Revision: 1763724

URL: http://svn.apache.org/viewvc?rev=1763724&view=rev
Log:
class is package-protected

Modified:
    commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/png/ScanExpediterInterlaced.java

Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/png/ScanExpediterInterlaced.java
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/png/ScanExpediterInterlaced.java?rev=1763724&r1=1763723&r2=1763724&view=diff
==============================================================================
--- commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/png/ScanExpediterInterlaced.java (original)
+++ commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/png/ScanExpediterInterlaced.java Fri Oct  7 10:17:00 2016
@@ -32,7 +32,7 @@ class ScanExpediterInterlaced extends Sc
 //    private static final int Block_Height[] = { 8, 8, 4, 4, 2, 2, 1 };
 //    private static final int Block_Width[] = { 8, 4, 4, 2, 2, 1, 1 };
 
-    public ScanExpediterInterlaced(int width, int height, InputStream is,
+    ScanExpediterInterlaced(int width, int height, InputStream is,
             BufferedImage bi,
             PngColorType pngColorType, int bitDepth, int bitsPerPixel,
             PngChunkPlte fPNGChunkPLTE,