mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Fixed the build.
git-svn-id: https://zxing.googlecode.com/svn/trunk@715 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
e9a29fb098
commit
8d79ad7085
|
@ -138,7 +138,7 @@ public final class MultiFormatReader implements Reader {
|
|||
}
|
||||
}
|
||||
|
||||
throw new ReaderException("No barcode was detected in this image.");
|
||||
throw ReaderException.getInstance();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue