From 689b99b77c434e2f039f26b2200b1377d1f6896c Mon Sep 17 00:00:00 2001 From: Natarajan P Date: Fri, 10 May 2013 15:26:04 +0530 Subject: [PATCH] Removed unused imports Change-Id: Ief3f6879e3e4ed9cb743a699a8614fff4d5d9a59 Signed-off-by: Natarajan --- .../controller/arphandler/internal/ArphandlerTest.java | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 { -- 2.36.6