123124125126127128129130131132133
LOGGER.log(Level.INFO, "runtime: " + ((end - start) / 1000.0f) + " seconds"); } finally { try { if (handler != null) handler.finalize(); } catch (CloudsyncException e) { throw e; } } }