whitespace
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f1e23125 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f1e23125 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f1e23125 Branch: refs/heads/4.4 Commit: f1e23125237d980aff790417d08ea72072e76698 Parents: 1de10dd Author: Daan Hoogland <d...@onecht.net> Authored: Thu Oct 9 11:07:29 2014 +0200 Committer: Daan Hoogland <d...@onecht.net> Committed: Thu Oct 9 11:07:29 2014 +0200 ---------------------------------------------------------------------- engine/schema/src/com/cloud/upgrade/dao/Upgrade430to431.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f1e23125/engine/schema/src/com/cloud/upgrade/dao/Upgrade430to431.java ---------------------------------------------------------------------- diff --git a/engine/schema/src/com/cloud/upgrade/dao/Upgrade430to431.java b/engine/schema/src/com/cloud/upgrade/dao/Upgrade430to431.java index ad04617..a84564a 100644 --- a/engine/schema/src/com/cloud/upgrade/dao/Upgrade430to431.java +++ b/engine/schema/src/com/cloud/upgrade/dao/Upgrade430to431.java @@ -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 '%:%'");