From 951ffb1f0383f4301abdd97db3738307a8dfee8e Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Mon, 13 Apr 2015 02:07:56 +0200 Subject: [PATCH] empty comments needed for license? --- .../test/com/cloud/network/bigswitch/BigSwitchBcfUtilsTest.java | 2 ++ 1 file changed, 2 insertions(+) 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 97dd2686f6a..7bf5b128016 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;