Fix checkstyle
[controller.git] / opendaylight / md-sal / sal-common-util / src / main / java / org / opendaylight / controller / md / sal / common / util / jmx / QueuedNotificationManagerStats.java
index 1cc62f40650c67a535e426bedb1503b1d7cb878b..7f49fc21a076de9fbbe27a872b884bdb989443b0 100644 (file)
@@ -5,12 +5,10 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.controller.md.sal.common.util.jmx;
 
 import java.beans.ConstructorProperties;
 import java.util.List;
-
 import org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats;
 
 /**
@@ -26,7 +24,6 @@ import org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats
  * @see QueuedNotificationManagerMXBeanImpl
  */
 public class QueuedNotificationManagerStats {
-
     private final int maxListenerQueueSize;
     private final List<ListenerNotificationQueueStats> currentListenerQueueStats;