mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Added redundant abstract method declarations to maybe work around problems on Nokias
git-svn-id: https://zxing.googlecode.com/svn/trunk@600 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
b0b0afc172
commit
089df8eb7b
|
@ -127,4 +127,8 @@ public abstract class BaseMonochromeBitmapSource implements MonochromeBitmapSour
|
|||
|
||||
public abstract int getWidth();
|
||||
|
||||
public abstract int getLuminance(int x, int y);
|
||||
|
||||
public abstract void cacheRowForLuminance(int y);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue