mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Fix typo introduced at the last second before commit. Watch that 'a' key!
git-svn-id: https://zxing.googlecode.com/svn/trunk@381 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
188c7fbecb
commit
dee32b1323
|
@ -42,7 +42,7 @@ import com.google.zxing.client.result.URLTOParsedResult;
|
|||
* @author srowen@google.com (Sean Owen)
|
||||
* @author dswitkin@google.com (Daniel Switkin)
|
||||
*/
|
||||
final class ResultHandler implements Button.OnClickListenear {
|
||||
final class ResultHandler implements Button.OnClickListener {
|
||||
|
||||
private static final String TAG = "ResultHandler";
|
||||
|
||||
|
|
Loading…
Reference in a new issue