Merge "Abstract service"
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / device / DeviceInfo.java
index af59666247531b31f91b70b269381e2ef3c3c917..3e67a9d31c662cea4d1b8916d018bf8bd70afeea 100644 (file)
@@ -8,7 +8,6 @@
 
 package org.opendaylight.openflowplugin.api.openflow.device;
 
-import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IpAddress;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey;
@@ -41,9 +40,4 @@ public interface DeviceInfo {
      */
     BigInteger getDatapathId();
 
-    /**
-     * @return IP adress
-     */
-    IpAddress getIpAddress();
-
 }