287288289290291292293294295296297
if (BARCODE_2OF5INT.equals(type)) { try { return new Int2of5Barcode(data, checksum); } catch (BarcodeException e) { logger.error("Wrong int2of5 data supplied", e); return null;
306307308309310311312313314315316