Improved unit tests for AveragingProgressTracker class
[controller.git] / opendaylight / md-sal / sal-karaf-xsql / src / main / java / org / opendaylight / controller / xsql / xsql.java
index 9f0266c19db76b2cc7ea829742eb81b4a605dabf..fc171e5c608f3f512af0a95fd4dadf2b85f2b48b 100644 (file)
@@ -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 {