All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.e6tech.elements.network.shell.commands.logout.groovy Maven / Gradle / Ivy


if (connection != null) {
    org.crsh.util.Safe.close((java.sql.Connection)connection);
    connection = null;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy