Bug 868: Remove AD-SAL components which were deprecated in Lithium
[controller.git] / opendaylight / adsal / clustering / services / src / main / java / org / opendaylight / controller / clustering / services / IClusterContainerServices.java
diff --git a/opendaylight/adsal/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterContainerServices.java b/opendaylight/adsal/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterContainerServices.java
deleted file mode 100644 (file)
index fdf08bc..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-
-/*
- * Copyright (c) 2013 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
- */
-
-/**
- * @file   IClusterContainerServices.java
- *
- * @brief  : Set of services an application will expect from the
- * clustering services provider. This interface is per-container and so
- * the container parameter is implicitely known
- *
- * Contract between the applications and the clustering service
- * providers. Container version
- */
-
-package org.opendaylight.controller.clustering.services;
-
-/**
- * Set of services an application will expect from the clustering services
- * provider. This interface is per-container and so the container parameter is
- * implicitly known
- *
- */
-public interface IClusterContainerServices extends IClusterServicesCommon {
-}