Big RSS Expanded changelist -- thank you authors
[zxing.git] / core / src / com / google / zxing / BarcodeFormat.java
index 360baf7..d4e1e70 100644 (file)
@@ -62,6 +62,9 @@ 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");
+
   private final String name;
 
   private BarcodeFormat(String name) {
@@ -88,4 +91,4 @@ public final class BarcodeFormat {
     return format;
   }
 
-}
\ No newline at end of file
+}