mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Oops, forgot to include in last commit
git-svn-id: https://zxing.googlecode.com/svn/trunk@298 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
14a9eb7d20
commit
c28040bc61
|
@ -69,7 +69,7 @@ public interface MonochromeBitmapSource {
|
|||
* @param method black point estimation method
|
||||
* @param argument method-specific argument
|
||||
*/
|
||||
void estimateBlackPoint(BlackPointEstimationMethod method, int argument);
|
||||
void estimateBlackPoint(BlackPointEstimationMethod method, int argument) throws ReaderException;
|
||||
|
||||
/**
|
||||
* @return {@link BlackPointEstimationMethod} representing last sampling method used
|
||||
|
|
Loading…
Reference in a new issue