Upgrade ietf-{inet,yang}-types to 2013-07-15
[openflowplugin.git] / extension / openflowplugin-extension-nicira / src / test / java / org / opendaylight / openflowplugin / extension / vendor / nicira / convertor / MatchUtilTest.java
index 9e7dba92fd3876e3a595e7b8fc26e8327cdc227f..0e7e1d67d4c5f0516ca3dec6715389dc9afeae9f 100644 (file)
@@ -5,7 +5,7 @@ import static org.junit.Assert.assertEquals;
 import org.opendaylight.openflowplugin.extension.vendor.nicira.convertor.match.MatchUtil;
 
 import org.junit.Test;
-import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv4Address;
+import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address;
 
 public class MatchUtilTest {