Merge "Remove remoterpc dead code."
[controller.git] / opendaylight / sal / api / src / test / java / org / opendaylight / controller / sal / packet / ARPTest.java
index a51f448a2dbda1858419be98613238ca592d6750..10bd535eb2790a1876fe2f9cfa29afb681b4ed1b 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 2013-2014 Cisco Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -10,7 +10,6 @@
 package org.opendaylight.controller.sal.packet;
 
 import org.junit.Test;
-import org.opendaylight.controller.sal.packet.ARP;
 
 import junit.framework.Assert;