X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-karaf-xsql%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fxsql%2Fxsql.java;h=fc171e5c608f3f512af0a95fd4dadf2b85f2b48b;hp=9f0266c19db76b2cc7ea829742eb81b4a605dabf;hb=bd1cb1ea115b99847a2d305a6df8336cd3988cf3;hpb=dad1d89e4c39144579acfaf8d194a96765cd14c4 diff --git a/opendaylight/md-sal/sal-karaf-xsql/src/main/java/org/opendaylight/controller/xsql/xsql.java b/opendaylight/md-sal/sal-karaf-xsql/src/main/java/org/opendaylight/controller/xsql/xsql.java index 9f0266c19d..fc171e5c60 100644 --- a/opendaylight/md-sal/sal-karaf-xsql/src/main/java/org/opendaylight/controller/xsql/xsql.java +++ b/opendaylight/md-sal/sal-karaf-xsql/src/main/java/org/opendaylight/controller/xsql/xsql.java @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014, 2015 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 org.opendaylight.controller.xsql; import org.apache.karaf.shell.commands.Argument; @@ -6,6 +14,10 @@ import org.apache.karaf.shell.commands.Option; import org.apache.karaf.shell.console.OsgiCommandSupport; import org.opendaylight.controller.md.sal.dom.xsql.XSQLAdapter; +/** + * To be removed in Nitrogen + */ +@Deprecated @Command(scope = "odl", name = "xsql", description = "XSQL Karaf Command") public class xsql extends OsgiCommandSupport {