mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
test checkin
This commit is contained in:
parent
3857dd359a
commit
72cb2ce4ca
@ -351,8 +351,7 @@ public class StoragePoolDaoImpl extends GenericDaoBase<StoragePoolVO, Long> imp
|
|||||||
|
|
||||||
while (rs.next()) {
|
while (rs.next()) {
|
||||||
tags.add(rs.getString("name"));
|
tags.add(rs.getString("name"));
|
||||||
}
|
}
|
||||||
|
|
||||||
return tags;
|
return tags;
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
throw new CloudRuntimeException("Unable to execute " + pstmt.toString(), e);
|
throw new CloudRuntimeException("Unable to execute " + pstmt.toString(), e);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user