Some formatting changes, and a few tiny optimizations
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 2 Dec 2008 00:10:46 +0000 (00:10 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 2 Dec 2008 00:10:46 +0000 (00:10 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@768 59b500cc-1b3d-0410-9834-0bbf25fbcc57

core/test/src/com/google/zxing/common/AbstractNegativeBlackBoxTestCase.java

index ec14f7f..cf1e23b 100644 (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 '" +