X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fsal%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Ftopology%2FIPluginOutTopologyService.java;h=b183240d4316bcf48f7d4b34a895a91518aff7c9;hb=refs%2Fchanges%2F12%2F212%2F2;hp=7ea9360300659c7babeb93ba87f22eb4253a22ff;hpb=16a5e410667863944b3e83e9a853401ff55cebb4;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);