From 10a90bfecfb94de71bc8281c47fa37272f371625 Mon Sep 17 00:00:00 2001 From: srowen Date: Tue, 2 Dec 2008 00:10:46 +0000 Subject: Some formatting changes, and a few tiny optimizations git-svn-id: https://zxing.googlecode.com/svn/trunk@768 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- .../src/com/google/zxing/common/AbstractNegativeBlackBoxTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test/src/com/google/zxing/common/AbstractNegativeBlackBoxTestCase.java b/core/test/src/com/google/zxing/common/AbstractNegativeBlackBoxTestCase.java index ec14f7f14..cf1e23baa 100644 --- a/core/test/src/com/google/zxing/common/AbstractNegativeBlackBoxTestCase.java +++ b/core/test/src/com/google/zxing/common/AbstractNegativeBlackBoxTestCase.java @@ -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 '" + -- cgit v1.2.3