Reverted inadvertent Detector changes that broke unit tests. Fixed test target to...
[zxing.git] / core / src / com / google / zxing / DecodeHintType.java
index 20c30c0..ae645c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 Google Inc.
+ * Copyright 2007 ZXing authors
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -52,13 +52,6 @@ public final class DecodeHintType {
    */
   public static final DecodeHintType TRY_HARDER = new DecodeHintType();
 
-  /**
-   * Skip the first n barcodes found. Currently applies only to 1D formats. This
-   * enables a caller to repeatedly decode and find multiple barcodes. Maps
-   * to an {@link Integer}.
-   */
-  public static final DecodeHintType SKIP_N_BARCODES = new DecodeHintType();
-
   private DecodeHintType() {
   }