Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB746172B6 for ; Wed, 15 Apr 2015 08:05:09 +0000 (UTC) Received: (qmail 44539 invoked by uid 500); 15 Apr 2015 08:05:03 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 44489 invoked by uid 500); 15 Apr 2015 08:05:03 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 44191 invoked by uid 99); 15 Apr 2015 08:05:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2015 08:05:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B8434DF9A9; Wed, 15 Apr 2015 08:05:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: widodh@apache.org To: commits@cloudstack.apache.org Date: Wed, 15 Apr 2015 08:05:24 -0000 Message-Id: In-Reply-To: <65365b0d0bc14baa9bd3e185c2e60478@git.apache.org> References: <65365b0d0bc14baa9bd3e185c2e60478@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [24/53] [abbrv] git commit: updated refs/heads/reporter to 5c99784 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/reporter Commit: 951ffb1f0383f4301abdd97db3738307a8dfee8e Parents: 21e18b1 Author: Daan Hoogland Authored: Mon Apr 13 02:07:56 2015 +0200 Committer: Daan Hoogland 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;