diff options
| author | srowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57> | 2008-12-02 03:10:46 +0300 |
|---|---|---|
| committer | srowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57> | 2008-12-02 03:10:46 +0300 |
| commit | 10a90bfecfb94de71bc8281c47fa37272f371625 (patch) | |
| tree | 3e757e312736c456a9642a10f860f2ca942ac86e /core | |
| parent | 36e9361184bb8445b0d1872489fb377b528bb6ea (diff) | |
| download | zxing-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
Diffstat (limited to 'core')
| -rw-r--r-- | core/test/src/com/google/zxing/common/AbstractNegativeBlackBoxTestCase.java | 2 |
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 '" + |
