X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=core%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2FBarcodeFormat.java;h=73e3cd0711e0667a5b451d27b60e4f21032551c1;hb=18e3e8522fb403891dc211e6de9681dcf1030b66;hp=e10a8a81904aa537bb1ac7c7b6ca5323cec05d0c;hpb=9ceee6853d82d86e881fc3d6d7928ddd47df4cd0;p=zxing.git diff --git a/core/src/com/google/zxing/BarcodeFormat.java b/core/src/com/google/zxing/BarcodeFormat.java index e10a8a81..73e3cd07 100644 --- a/core/src/com/google/zxing/BarcodeFormat.java +++ b/core/src/com/google/zxing/BarcodeFormat.java @@ -33,7 +33,7 @@ public final class BarcodeFormat { public static final BarcodeFormat QR_CODE = new BarcodeFormat("QR_CODE"); /** DataMatrix 2D barcode format. */ - public static final BarcodeFormat DATAMATRIX = new BarcodeFormat("DATAMATRIX"); + public static final BarcodeFormat DATA_MATRIX = new BarcodeFormat("DATA_MATRIX"); /** UPC-E 1D format. */ public static final BarcodeFormat UPC_E = new BarcodeFormat("UPC_E"); @@ -58,7 +58,7 @@ public final class BarcodeFormat { /** Code 93 1D format. */ public static final BarcodeFormat CODE_93 = new BarcodeFormat("CODE_93"); - + /** CODABAR 1D format. */ public static final BarcodeFormat CODABAR = new BarcodeFormat("CODABAR"); @@ -70,7 +70,7 @@ public final class BarcodeFormat { /** PDF417 format. */ public static final BarcodeFormat PDF417 = new BarcodeFormat("PDF417"); - + /** RSS EXPANDED */ public static final BarcodeFormat RSS_EXPANDED = new BarcodeFormat("RSS_EXPANDED");