Merge "OPNFLWPLUG-981: per-capability configuration for stats polling"
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / device / DeviceStateImpl.java
index e15fc936b80fd339f4a257317a40d7cc607898aa..6001d5c6482b64a8f67d9384ea0ff661bcdc644a 100644 (file)
@@ -9,16 +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;
 
 /**
- * openflowplugin-impl
- * org.opendaylight.openflowplugin.impl.device
- * <p/>
- * DeviceState is builded from {@link FeaturesReply} and {@link NodeId}. Both values are inside
- * {@link org.opendaylight.openflowplugin.api.openflow.connection.ConnectionContext}
- *
+ * Holder for device features.
  */
 class DeviceStateImpl implements DeviceState {
 
@@ -29,7 +22,7 @@ class DeviceStateImpl implements DeviceState {
     private boolean portStatisticsAvailable;
     private boolean queueStatisticsAvailable;
 
-    public DeviceStateImpl() {
+    DeviceStateImpl() {
     }
 
     @Override