Added support for codabar format
[zxing.git] / javase / src / com / google / zxing / client / j2se / CommandLineRunner.java
index 8777337..2721ff8 100644 (file)
@@ -122,6 +122,7 @@ public final class CommandLineRunner {
       vector.addElement(BarcodeFormat.QR_CODE);
       vector.addElement(BarcodeFormat.DATAMATRIX);
       vector.addElement(BarcodeFormat.PDF417);
+         vector.addElement(BarcodeFormat.CODABAR);
     }
     hints.put(DecodeHintType.POSSIBLE_FORMATS, vector);
     if (tryHarder) {