mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Some formatting changes, and a few tiny optimizations
git-svn-id: https://zxing.googlecode.com/svn/trunk@768 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
36e9361184
commit
10a90bfecf
|
@ -116,7 +116,7 @@ public abstract class AbstractNegativeBlackBoxTestCase extends AbstractBlackBoxT
|
||||||
} catch (ReaderException re) {
|
} catch (ReaderException re) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Try "try harder" mode
|
// Try "try harder" getMode
|
||||||
try {
|
try {
|
||||||
result = getReader().decode(source, TRY_HARDER_HINT);
|
result = getReader().decode(source, TRY_HARDER_HINT);
|
||||||
System.out.println("Try harder found false positive: '" + result.getText() + "' with format '" +
|
System.out.println("Try harder found false positive: '" + result.getText() + "' with format '" +
|
||||||
|
|
Loading…
Reference in a new issue