Fixed the build.

git-svn-id: https://zxing.googlecode.com/svn/trunk@715 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin 2008-11-17 20:49:10 +00:00
parent e9a29fb098
commit 8d79ad7085

View file

@ -138,7 +138,7 @@ public final class MultiFormatReader implements Reader {
}
}
throw new ReaderException("No barcode was detected in this image.");
throw ReaderException.getInstance();
}
}