304305306307308309310311312313314
{ if (checksum) { logger.info("Checkum property is not usable on barcode " + type); } return new PostNetBarcode(data); } catch (BarcodeException e) { logger.error("Wrong postnet data supplied", e); return null;
323324325326327328329330331332333