Pre-RSS-14 changes. Necessary code changes, but not the decoder. Committing this...
[zxing.git] / core / src / com / google / zxing / datamatrix / DataMatrixReader.java
index 18e88b6..30c2074 100644 (file)
@@ -76,6 +76,10 @@ public final class DataMatrixReader implements Reader {
     return result;
   }
 
+  public void reset() {
+    // do nothing
+  }
+
   /**
    * This method detects a Data Matrix code in a "pure" image -- that is, pure monochrome image
    * which contains only an unrotated, unskewed, image of a Data Matrix code, with some white border