mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 19:57:27 -08:00
Fix an (old?) compile error
git-svn-id: https://zxing.googlecode.com/svn/trunk@997 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
8acb0017b1
commit
65f4f7c1c6
|
@ -18,6 +18,8 @@ package com.google.zxing.client.j2me;
|
|||
|
||||
import com.google.zxing.LuminanceSource;
|
||||
|
||||
import javax.microedition.lcdui.Image;
|
||||
|
||||
/**
|
||||
* A LuminanceSource based on Java ME's Image class. It does not support cropping or rotation.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue