Updated Branches: refs/heads/master 3f359bb64 -> dcf9607a4
Fixed code style errors breaking the build Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/dcf9607a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/dcf9607a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/dcf9607a Branch: refs/heads/master Commit: dcf9607a4667fd41898ae70399acd0ba1411c077 Parents: 3f359bb Author: Alena Prokharchyk <alena.prokharc...@citrix.com> Authored: Thu Jan 16 14:04:58 2014 -0800 Committer: Alena Prokharchyk <alena.prokharc...@citrix.com> Committed: Thu Jan 16 14:05:20 2014 -0800 ---------------------------------------------------------------------- tools/appliance/convert/Convert.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dcf9607a/tools/appliance/convert/Convert.java ---------------------------------------------------------------------- diff --git a/tools/appliance/convert/Convert.java b/tools/appliance/convert/Convert.java index e29fdb2..21b20fc 100644 --- a/tools/appliance/convert/Convert.java +++ b/tools/appliance/convert/Convert.java @@ -5,9 +5,9 @@ // to you under the Apache License, Version 2.0 (the // "License"); you may not use this file except in compliance // with the License. You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -15,7 +15,9 @@ // specific language governing permissions and limitations // under the License. -import javax.xml.transform.*; +import javax.xml.transform.TransformerFactory; +import javax.xml.transform.Source; +import javax.xml.transform.Transformer; import javax.xml.transform.stream.StreamResult; import javax.xml.transform.stream.StreamSource; import java.io.File;