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=d0853adc639de247a097f19868cce0ccaf7c2453;hp=fd762d4aa9376a24ceb6cd48105f4b0b8744280e;hpb=29f7cfb54b580928c7feac63abce028a7014b0d5;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 fd762d4aa9..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. * @@ -10,13 +9,13 @@ package org.opendaylight.controller.protocol_plugin.openflow; /** - * @file IRefreshInternalProvider.java + * @file IRefreshInternalProvider.java * - * @brief Topology refresh notifications requested by application - * to be fetched from the plugin + * @brief Topology refresh notifications requested by application + * 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); }