Skip to content

Commit

Permalink
Added missing copyright header and missing import (#2574)
Browse files Browse the repository at this point in the history
Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
  • Loading branch information
pierantoniomerlino authored and MMaiero committed Nov 6, 2019
1 parent fb20b81 commit 819857a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Expand Up @@ -13,6 +13,7 @@
import org.junit.AssumptionViolatedException;
import org.junit.rules.TestRule;
import org.junit.runner.Description;
import org.junit.runners.model.Statement;

public class AssumingIsNotJenkins implements TestRule {

Expand Down
@@ -1,3 +1,11 @@
/*******************************************************************************
* Copyright (c) 2019 Eurotech and/or its affiliates and others
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
******************************************************************************/
package org.eclipse.kura.core.testutil;

import org.junit.AssumptionViolatedException;
Expand Down

0 comments on commit 819857a

Please sign in to comment.