196197198199200201202203204205206
if (BARCODE_ISBN.equals(type)) { try { return new BooklandBarcode(data); } catch (BarcodeException e) { logger.error("Wrong isbn data supplied", e); return null;
215216217218219220221222223224225