X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fprotocol_plugins%2Fopenflow%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fprotocol_plugin%2Fopenflow%2FIRefreshInternalProvider.java;h=506d1702af309132e4ee26ee86cc769b39b41990;hb=582da55f82ee5d83af2e7a327044c62ef3a76285;hp=9fca60f1a039d1b9514469ad0410024b0b2147ce;hpb=eb9e1983a0fce7e4a381eff33e40cae957cddf53;p=controller.git diff --git a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/IRefreshInternalProvider.java b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/IRefreshInternalProvider.java index 9fca60f1a0..506d1702af 100644 --- a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/IRefreshInternalProvider.java +++ b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/IRefreshInternalProvider.java @@ -1,4 +1,3 @@ - /* * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. * @@ -16,7 +15,7 @@ package org.opendaylight.controller.protocol_plugin.openflow; * to be fetched from the plugin * * For example, an application that has been started late, will want to - * be up to date with the latest topology. Hence, it requests for a + * be up to date with the latest topology. Hence, it requests for a * topology refresh from the plugin. */ @@ -29,6 +28,7 @@ public interface IRefreshInternalProvider { /** * @param containerName + * Name of the container for the topology */ public void requestRefresh(String containerName); }