X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Farphandler%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Farphandler%2Finternal%2FArphandlerTest.java;h=5a6641c6857b40a821ea58a5c29202fb8cdb978d;hb=refs%2Fchanges%2F27%2F327%2F1;hp=e4e17cb2d64efa717f8348e8b2f94290609ab121;hpb=9e43cfabdc83df4c5db51ce6e22e0cecca12aa9a;p=controller.git diff --git a/opendaylight/arphandler/src/test/java/org/opendaylight/controller/arphandler/internal/ArphandlerTest.java b/opendaylight/arphandler/src/test/java/org/opendaylight/controller/arphandler/internal/ArphandlerTest.java index e4e17cb2d6..5a6641c685 100644 --- a/opendaylight/arphandler/src/test/java/org/opendaylight/controller/arphandler/internal/ArphandlerTest.java +++ b/opendaylight/arphandler/src/test/java/org/opendaylight/controller/arphandler/internal/ArphandlerTest.java @@ -10,13 +10,10 @@ package org.opendaylight.controller.arphandler.internal; -import org.junit.Assert; -import org.junit.Test; import junit.framework.TestCase; -import org.opendaylight.controller.hosttracker.IfIptoHost; - -import org.opendaylight.controller.switchmanager.ISwitchManager; +import org.junit.Assert; +import org.junit.Test; public class ArphandlerTest extends TestCase {