183184185186187188189190191192193
if (BARCODE_UPCA.equals(type)) { try { return new UPCABarcode(data, false); } catch (BarcodeException e) { logger.error("Wrong upca data supplied", e); return null;
202203204205206207208209210211212