X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fclustering%2Fservices%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fclustering%2Fservices%2FIClusterGlobalServices.java;h=e25a9537c0a07c7e0525e59f2bb951a922377355;hb=0453a062c587b03363c35e7989294b0933bb9895;hp=61ad41529d286ae61e4360344f548e9a4461c3f4;hpb=42210c03b0a4c54706320ba9f55794c0abd4d201;p=controller.git diff --git a/opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterGlobalServices.java b/opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterGlobalServices.java index 61ad41529d..e25a9537c0 100644 --- a/opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterGlobalServices.java +++ b/opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterGlobalServices.java @@ -10,7 +10,7 @@ /** * @file IClusterGlobalServices.java * - * @brief : Set of services and application will expect from the + * @brief : Set of services an application will expect from the * clustering services provider. This interface is supposed to have * Global scope * @@ -21,10 +21,10 @@ package org.opendaylight.controller.clustering.services; /** - * Set of services and application will expect from the - * clustering services provider. This interface is supposed to have - * Global scope + * Set of services an application will expect from the clustering services + * provider. This interface is supposed to have Global scope * */ public interface IClusterGlobalServices extends IClusterServicesCommon { + public void removeContainerCaches(String containerName); }