Skip to content

Instantly share code, notes, and snippets.

View potapuff's full-sized avatar

Kuzikov Borys potapuff

  • Sumy State University
  • Sumy, Ukraine
View GitHub Profile
/*
* Added additional null checks when closing the ResultSet and Statements.
*
* Thanks to pihug12 and Grzegorz Oledzki at stackoverflow.com
* http://stackoverflow.com/questions/5332149/jdbc-scriptrunner-java-lang-nullpointerexception?tab=active#tab-top
*/
/*
* Modified: Use logWriter in print(Object), JavaDoc comments, correct Typo.
*/
/*