X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=core%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fcommon%2FBaseMonochromeBitmapSource.java;h=0e6699e8ffb13e409cbad9fa80dad7f49f605734;hb=7eec24ee881d16e10dac4228adb5aa199eec0b29;hp=cbf1dcdaacdbd253c094471ad77ac35facbc2c6f;hpb=762bd23db2057a97f6b0d55f227ee13ee3b822c6;p=zxing.git diff --git a/core/src/com/google/zxing/common/BaseMonochromeBitmapSource.java b/core/src/com/google/zxing/common/BaseMonochromeBitmapSource.java index cbf1dcda..0e6699e8 100644 --- a/core/src/com/google/zxing/common/BaseMonochromeBitmapSource.java +++ b/core/src/com/google/zxing/common/BaseMonochromeBitmapSource.java @@ -35,7 +35,7 @@ public abstract class BaseMonochromeBitmapSource implements MonochromeBitmapSour private int lastArgument; private int[] luminances; - protected BaseMonochromeBitmapSource(int height, int width) { + protected BaseMonochromeBitmapSource(int width, int height) { this.height = height; this.width = width; blackPoint = 0x7F;