summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>2008-12-02 03:10:46 +0300
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>2008-12-02 03:10:46 +0300
commit10a90bfecfb94de71bc8281c47fa37272f371625 (patch)
tree3e757e312736c456a9642a10f860f2ca942ac86e
parent36e9361184bb8445b0d1872489fb377b528bb6ea (diff)
downloadzxing-10a90bfecfb94de71bc8281c47fa37272f371625.tar.xz
Some formatting changes, and a few tiny optimizations
git-svn-id: https://zxing.googlecode.com/svn/trunk@768 59b500cc-1b3d-0410-9834-0bbf25fbcc57
-rw-r--r--core/test/src/com/google/zxing/common/AbstractNegativeBlackBoxTestCase.java2
1 files changed, 1 insertions, 1 deletions
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 '" +