Merge "Upgrade ietf-{inet,yang}-types to 2013-07-15"
[vpnservice.git] / dhcpservice / dhcpservice-impl / src / main / java / org / opendaylight / vpnservice / dhcpservice / DhcpInfo.java
index dfb4046751c981c6e1bcb3d4d71411321f804e58..fb110e380b0b3cf41ea1fb0f3036069112fafe63 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.vpnservice.dhcpservice;
 import java.util.ArrayList;
 import java.util.List;
 
-import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IpAddress;
+import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnet.attributes.HostRoutes;
 
 public class DhcpInfo  {