Add more unit tests for client.result, and more small code tweaks.
[zxing.git] / core / test / src / com / google / zxing / qrcode / decoder / DataMaskTestCase.java
index c7df2c2..41a8dda 100644 (file)
@@ -110,7 +110,7 @@ public final class DataMaskTestCase extends TestCase {
     }
   }
 
-  private static interface MaskCondition {
+  private interface MaskCondition {
     boolean isMasked(int i, int j);
   }