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

crash.commands.base.logout.groovy Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy