Skip to content

Commit

Permalink
Remove obselete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cheenamalhotra committed Sep 19, 2018
1 parent 1ac7371 commit 8f3d4c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,6 @@ private void checkClosed() throws SQLServerException {
// then we can extract metadata using sp_sproc_columns
if (null != st.procedureName) {
String sProc = parseProcIdentifier(st.procedureName);
// DO NOT close the Statement as resultSet 'rsProcedureMeta' is required by other APIs
try (SQLServerStatement s = (SQLServerStatement) con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,
ResultSet.CONCUR_READ_ONLY);
SQLServerResultSet rsProcedureMeta = s.executeQueryInternal(
Expand Down

0 comments on commit 8f3d4c8

Please sign in to comment.