X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fadsal%2Fnorthbound%2Fbundlescanner%2Fimplementation%2Fsrc%2Ftest%2Fjava%2Fbundle_base%2FAnimal.java;fp=opendaylight%2Fadsal%2Fnorthbound%2Fbundlescanner%2Fimplementation%2Fsrc%2Ftest%2Fjava%2Fbundle_base%2FAnimal.java;h=0000000000000000000000000000000000000000;hp=693c6aeb85c0c32a4f41c67d81293efc48499b5b;hb=50f88249a65c52ba56a48852b71ce432fed2bbeb;hpb=abfa9a03550cbe9fccc4420684dced175dd6d119 diff --git a/opendaylight/adsal/northbound/bundlescanner/implementation/src/test/java/bundle_base/Animal.java b/opendaylight/adsal/northbound/bundlescanner/implementation/src/test/java/bundle_base/Animal.java deleted file mode 100644 index 693c6aeb85..0000000000 --- a/opendaylight/adsal/northbound/bundlescanner/implementation/src/test/java/bundle_base/Animal.java +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Copyright (c) 2014 Cisco Systems, Inc. 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 bundle_base; - -import javax.xml.bind.annotation.XmlRootElement; - -@XmlRootElement -public abstract class Animal { }