removed closing of out of scope statement

This commit is contained in:
Daan Hoogland 2014-06-16 15:46:42 +02:00 committed by Daan Hoogland
parent d86b6778ad
commit 520ff00083
1 changed files with 0 additions and 2 deletions

View File

@ -439,8 +439,6 @@ public class UserVmDaoImpl extends GenericDaoBase<UserVmVO, Long> implements Use
s_logger.error("listVmDetails:Exception:" + e.getMessage());
throw new CloudRuntimeException("listVmDetails: Exception:" + e.getMessage(),e);
}
if (pstmt != null)
pstmt.close();
}
if (curr_index < userVmDataList.size()) {