summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-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 '" +