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:
srowen 2008-12-02 00:10:46 +00:00
parent 36e9361184
commit 10a90bfecf

View file

@ -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 '" +