Oh and made a constant field final

git-svn-id: https://zxing.googlecode.com/svn/trunk@219 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2008-02-21 16:37:51 +00:00
parent 08aa759c07
commit 47743fbb8e

View file

@ -31,7 +31,7 @@ import com.google.zxing.ResultPoint;
*/
final class CameraSurfaceView extends SurfaceView implements SurfaceHolder.Callback {
private static int[] SCANNER_ALPHA = {0, 64, 128, 192, 255, 192, 128, 64};
private static final int[] SCANNER_ALPHA = {0, 64, 128, 192, 255, 192, 128, 64};
private CameraManager cameraManager;
private SurfaceHolder surfaceHolder;