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:
srowen 2008-03-19 17:10:11 +00:00
parent 14a9eb7d20
commit c28040bc61

View file

@ -69,7 +69,7 @@ public interface MonochromeBitmapSource {
* @param method black point estimation method * @param method black point estimation method
* @param argument method-specific argument * @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 * @return {@link BlackPointEstimationMethod} representing last sampling method used