From: Natarajan P Date: Fri, 10 May 2013 09:56:04 +0000 (+0530) Subject: Removed unused imports X-Git-Tag: releasepom-0.1.0~467 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=refs%2Fchanges%2F27%2F327%2F1 Removed unused imports Change-Id: Ief3f6879e3e4ed9cb743a699a8614fff4d5d9a59 Signed-off-by: Natarajan --- 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 {