mirror of
https://github.com/zxing/zxing.git
synced 2025-01-13 04:07:27 -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) {
|
||||
}
|
||||
|
||||
// Try "try harder" mode
|
||||
// Try "try harder" getMode
|
||||
try {
|
||||
result = getReader().decode(source, TRY_HARDER_HINT);
|
||||
System.out.println("Try harder found false positive: '" + result.getText() + "' with format '" +
|
||||
|
|
Loading…
Reference in a new issue