BF [ 1874419 ] JDBC Statement not close in a finally block - only for PrintFormatUtil.java
This commit is contained in:
parent
002c1948c3
commit
757bec9e02
|
@ -124,9 +124,6 @@ public class PrintFormatUtil
|
||||||
else
|
else
|
||||||
log.warning("Not added: " + ColumnName);
|
log.warning("Not added: " + ColumnName);
|
||||||
}
|
}
|
||||||
rs.close();
|
|
||||||
pstmt.close();
|
|
||||||
pstmt = null;
|
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue