8586878889909192939495
} try { System.out.println(String.format("Persisting String: '%s' with key '%s'.", data, key)); service.saveData(key, data); } catch (Exception e) { LOGGER.error("An exception was caught: " + e); }