Revert "Checkstyle enforcer"
[controller.git] / opendaylight / protocol_plugins / openflow / src / main / java / org / opendaylight / controller / protocol_plugin / openflow / IStatisticsListener.java
index d837e01c01a5c89546fa10af9185521192c81cc7..4f15a1055a324b74d11a6454ebe4ccb8292a979e 100644 (file)
@@ -8,6 +8,6 @@ import org.openflow.protocol.statistics.OFDescriptionStatistics;
  * is updated with new one.
  */
 public interface IStatisticsListener {
-        public void descriptionRefreshed(Long switchId,
-                                        OFDescriptionStatistics description);
+       public void descriptionRefreshed(Long switchId,
+                                       OFDescriptionStatistics description);
 }