BF [ 1874419 ] JDBC Statement not close in a finally block - only for PrintFormatUtil.java

This commit is contained in:
teo_sarca 2008-01-24 09:56:55 +00:00
parent 002c1948c3
commit 757bec9e02
1 changed files with 0 additions and 3 deletions

View File

@ -124,9 +124,6 @@ public class PrintFormatUtil
else
log.warning("Not added: " + ColumnName);
}
rs.close();
pstmt.close();
pstmt = null;
}
catch (Exception e)
{