Fix deprecation warnings and checkstyle in benchmarks
[controller.git] / benchmark / ntfbenchmark / src / main / java / ntfbenchmark / impl / NtfbenchWTCListener.java
index 1e63c4b75d4d49a06df88e3d9a6d04d4a64d0a2b..1b16329d524b7210bec5a948599c0d8f95b1389b 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 ntfbenchmark.impl;
 
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbench.payload.rev150709.Ntfbench;
-
 import com.google.common.util.concurrent.SettableFuture;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbench.payload.rev150709.Ntfbench;
 
 public class NtfbenchWTCListener extends NtfbenchTestListener {
     private final int expectedCount;
@@ -30,6 +28,7 @@ public class NtfbenchWTCListener extends NtfbenchTestListener {
         }
     }
 
+    @Override
     public SettableFuture<?> getAllDone() {
         return allDone;
     }