whitespace

This commit is contained in:
Daan Hoogland 2014-10-09 11:07:29 +02:00
parent 1de10dd6df
commit f1e2312523
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class Upgrade430to431 implements DbUpgrade {
private void updateVlanUris(Connection conn) {
s_logger.debug("updating vlan URIs");
CloudRuntimeException thrown = null;
PreparedStatement selectstatement = null;
PreparedStatement selectstatement = null;
ResultSet results = null;
try{
selectstatement = conn.prepareStatement("SELECT id, vlan_id FROM `cloud`.`vlan` where vlan_id not like '%:%'");