Renaming modules from *packet to *decoder.
[l2switch.git] / arpdecoder / implementation / src / test / java / org / opendaylight / l2switch / arpdecoder / ArpDecoderTest.java
similarity index 98%
rename from arppacket/implementation/src/test/java/org/opendaylight/l2switch/arppacket/ArpDecoderTest.java
rename to arpdecoder/implementation/src/test/java/org/opendaylight/l2switch/arpdecoder/ArpDecoderTest.java
index ad13e2e4eb0b9c71c85e4aeaa215f2ebe4ddacc5..22ee7486212abf1d4ec11d1ec32f6834c0067249 100644 (file)
@@ -1,4 +1,4 @@
-package org.opendaylight.l2switch.arppacket;
+package org.opendaylight.l2switch.arpdecoder;
 
 import org.junit.Test;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.packet.arp.rev140528.ArpPacket;