Stop overriding method just to call super.
[controller.git] / opendaylight / protocol_plugins / openflow / src / main / java / org / opendaylight / controller / protocol_plugin / openflow / IRefreshInternalProvider.java
index fd762d4aa9376a24ceb6cd48105f4b0b8744280e..506d1702af309132e4ee26ee86cc769b39b41990 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
  *
 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);
 }