Fix transaction manager closing.
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / device / DeviceStateImpl.java
index d7ec195a11c68df293419b480fe899bb0083441e..6001d5c6482b64a8f67d9384ea0ff661bcdc644a 100644 (file)
@@ -9,11 +9,9 @@
 package org.opendaylight.openflowplugin.impl.device;
 
 import org.opendaylight.openflowplugin.api.openflow.device.DeviceState;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.FeaturesReply;
 
 /**
- * Holder for device features
+ * Holder for device features.
  */
 class DeviceStateImpl implements DeviceState {