Fix checkstyle 53/88853/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Apr 2020 12:26:12 +0000 (14:26 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Apr 2020 13:18:41 +0000 (15:18 +0200)
Upgraded checkstyle is finding some violations, fix them up.

Change-Id: I7d29834cb38eda40f90fdf04935bef137da843f0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
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
  */
  * 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;
 package org.opendaylight.controller.md.sal.common.util.jmx;
 
 import java.beans.ConstructorProperties;
 import java.util.List;
-
 import org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats;
 
 /**
 import org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats;
 
 /**
@@ -26,7 +24,6 @@ import org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats
  * @see QueuedNotificationManagerMXBeanImpl
  */
 public class QueuedNotificationManagerStats {
  * @see QueuedNotificationManagerMXBeanImpl
  */
 public class QueuedNotificationManagerStats {
-
     private final int maxListenerQueueSize;
     private final List<ListenerNotificationQueueStats> currentListenerQueueStats;
 
     private final int maxListenerQueueSize;
     private final List<ListenerNotificationQueueStats> currentListenerQueueStats;