mirror of https://github.com/apache/cloudstack.git
removed closing of out of scope statement
This commit is contained in:
parent
d86b6778ad
commit
520ff00083
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue