Removed unused imports 27/327/1
authorNatarajan P <natp@cisco.com>
Fri, 10 May 2013 09:56:04 +0000 (15:26 +0530)
committerNatarajan P <natp@cisco.com>
Fri, 10 May 2013 09:56:04 +0000 (15:26 +0530)
Change-Id: Ief3f6879e3e4ed9cb743a699a8614fff4d5d9a59
Signed-off-by: Natarajan <natp@cisco.com>
opendaylight/arphandler/src/test/java/org/opendaylight/controller/arphandler/internal/ArphandlerTest.java

index e4e17cb2d64efa717f8348e8b2f94290609ab121..5a6641c6857b40a821ea58a5c29202fb8cdb978d 100644 (file)
 package org.opendaylight.controller.arphandler.internal;\r
 \r
 \r
-import org.junit.Assert;\r
-import org.junit.Test;\r
 import junit.framework.TestCase;\r
 \r
-import org.opendaylight.controller.hosttracker.IfIptoHost;\r
-\r
-import org.opendaylight.controller.switchmanager.ISwitchManager;\r
+import org.junit.Assert;\r
+import org.junit.Test;\r
 \r
 public class ArphandlerTest extends TestCase {\r
         \r