X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fsal%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Ftopology%2FIPluginOutTopologyService.java;h=b183240d4316bcf48f7d4b34a895a91518aff7c9;hb=f6b70bf10eed6de95ec52bb6bf6f47d6bc7c9eaf;hp=7ea9360300659c7babeb93ba87f22eb4253a22ff;hpb=42210c03b0a4c54706320ba9f55794c0abd4d201;p=controller.git diff --git a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/topology/IPluginOutTopologyService.java b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/topology/IPluginOutTopologyService.java index 7ea9360300..b183240d43 100644 --- a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/topology/IPluginOutTopologyService.java +++ b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/topology/IPluginOutTopologyService.java @@ -42,6 +42,7 @@ public interface IPluginOutTopologyService { /** * Called when an Edge utilization is above the safety threshold * configured on the controller + * * @param edge */ public void edgeOverUtilized(Edge edge);