test checkin

This commit is contained in:
abhishek 2010-09-28 18:11:36 -07:00
parent 3857dd359a
commit 72cb2ce4ca

View File

@ -351,8 +351,7 @@ public class StoragePoolDaoImpl extends GenericDaoBase<StoragePoolVO, Long> imp
while (rs.next()) {
tags.add(rs.getString("name"));
}
}
return tags;
} catch (SQLException e) {
throw new CloudRuntimeException("Unable to execute " + pstmt.toString(), e);