X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fdummy-console%2Fsrc%2Fmain%2Fjava%2Forg%2Feclipse%2Fosgi%2Fframework%2Fconsole%2FCommandProvider.java;fp=opendaylight%2Fdummy-console%2Fsrc%2Fmain%2Fjava%2Forg%2Feclipse%2Fosgi%2Fframework%2Fconsole%2FCommandProvider.java;h=a781f6f9086c88fb0ae4410cfc6fd0128e7e8d01;hb=59fa31193e7e8b7bb807024ee65ac724434006b6;hp=0000000000000000000000000000000000000000;hpb=845caac725424c84bf32b4e36c7b25490b4ab538;p=controller.git diff --git a/opendaylight/dummy-console/src/main/java/org/eclipse/osgi/framework/console/CommandProvider.java b/opendaylight/dummy-console/src/main/java/org/eclipse/osgi/framework/console/CommandProvider.java new file mode 100644 index 0000000000..a781f6f908 --- /dev/null +++ b/opendaylight/dummy-console/src/main/java/org/eclipse/osgi/framework/console/CommandProvider.java @@ -0,0 +1,12 @@ +/* + * Copyright(c)2014 Inocybe Technologies, 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 org.eclipse.osgi.framework.console; + +/** Empty tag interface for Command Provider **/ +public interface CommandProvider {}