204205206207208209210211212213214
} catch (InterruptedException e) { } LOG.debug("Deallocating..."); try { gateway.deallocate(); } catch (GatewayException e) { LOG.warn("Error deallocation gateway: " + e.getMessage(), e); } LOG.debug("Done"); }