X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fhosttracker%2Fintegrationtest%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fhosttracker%2Finternal%2FHostTrackerIT.java;h=04219502f6eff56cc6f80d545dc38d5dca1e4d25;hb=ff1b4a79cca00743a00c3b0b1100bd0ab2b2fb31;hp=1cf320b4df37ad61a7539c4a67643f9dfda2afaa;hpb=20d6b967b3d425a4514000c7e77b2e5339763ba8;p=controller.git diff --git a/opendaylight/hosttracker/integrationtest/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerIT.java b/opendaylight/hosttracker/integrationtest/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerIT.java index 1cf320b4df..04219502f6 100644 --- a/opendaylight/hosttracker/integrationtest/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerIT.java +++ b/opendaylight/hosttracker/integrationtest/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerIT.java @@ -59,8 +59,7 @@ import org.ops4j.pax.exam.spi.reactors.PerClass; @RunWith(PaxExam.class) public class HostTrackerIT { - private Logger log = LoggerFactory - .getLogger(HostTrackerIT.class); + private Logger log = LoggerFactory.getLogger(HostTrackerIT.class); // get the OSGI bundle context @Inject private BundleContext bc;