BF [ 2730241 ] Connection not closed in StatusInfo

This commit is contained in:
mjudd 2009-04-04 07:32:14 +00:00
parent 03d2beb6d0
commit 33d8becabe
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ public class StatusInfo extends HttpServlet
getServletContext().log("Connection CatalogsIn DML " + dbmd.supportsCatalogsInDataManipulation());
getServletContext().log("Connection Schema In DML " + dbmd.supportsSchemasInDataManipulation());
con.close();
}
catch (Exception e)