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=6fd408a04fe4a3611843e2246ece6d7c34b76903;hp=9fca60f1a039d1b9514469ad0410024b0b2147ce;hpb=39e1d43dc8f41f682fb818469a3aeb542e76ea8e;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); }