Repository: cloudstack Updated Branches: refs/heads/master 21e18b1e6 -> 951ffb1f0
empty comments needed for license? Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/951ffb1f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/951ffb1f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/951ffb1f Branch: refs/heads/master Commit: 951ffb1f0383f4301abdd97db3738307a8dfee8e Parents: 21e18b1 Author: Daan Hoogland <[email protected]> Authored: Mon Apr 13 02:07:56 2015 +0200 Committer: Daan Hoogland <[email protected]> Committed: Mon Apr 13 02:07:56 2015 +0200 ---------------------------------------------------------------------- .../test/com/cloud/network/bigswitch/BigSwitchBcfUtilsTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/951ffb1f/plugins/network-elements/bigswitch/test/com/cloud/network/bigswitch/BigSwitchBcfUtilsTest.java ---------------------------------------------------------------------- diff --git a/plugins/network-elements/bigswitch/test/com/cloud/network/bigswitch/BigSwitchBcfUtilsTest.java b/plugins/network-elements/bigswitch/test/com/cloud/network/bigswitch/BigSwitchBcfUtilsTest.java index 97dd268..7bf5b12 100644 --- a/plugins/network-elements/bigswitch/test/com/cloud/network/bigswitch/BigSwitchBcfUtilsTest.java +++ b/plugins/network-elements/bigswitch/test/com/cloud/network/bigswitch/BigSwitchBcfUtilsTest.java @@ -1,3 +1,4 @@ +// // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -14,6 +15,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// package com.cloud.network.bigswitch; import static org.junit.Assert.assertEquals;
