Fixed MD-SAL configuration mock.
[bgpcep.git] / integration-tests / src / test / java / org / opendaylight / protocol / integration / BgpConceptsBundleTest.java
index f475031ec993064d0006ea63da2c9a9d19e20a72..969fdaafe965724744a34e4d3e96a4b64bae05ce 100644 (file)
@@ -7,18 +7,18 @@
  */
 package org.opendaylight.protocol.integration;
 
-import java.util.Collection;
-
 import com.google.common.collect.Lists;
 
+import java.util.Collection;
+
 public final class BgpConceptsBundleTest extends AbstractBundleTest {
-       @Override
-       protected Collection<String> prerequisiteBundles() {
-               return Lists.newArrayList("util", "concepts");
-       }
+    @Override
+    protected Collection<String> prerequisiteBundles() {
+        return Lists.newArrayList("util", "concepts");
+    }
 
-       @Override
-       protected Collection<String> requiredBundles() {
-               return Lists.newArrayList("bgp-concepts");
-       }
+    @Override
+    protected Collection<String> requiredBundles() {
+        return Lists.newArrayList("bgp-concepts");
+    }
 }