Sonar issues
[openflowplugin.git] / applications / bulk-o-matic / src / main / java / org / opendaylight / openflowplugin / applications / bulk / o / matic / FlowReader.java
index bae183d53ec0b883920ed04f1ee30e8925ad125a..3796081892a79f570c5f702ca56a7aae85f29986 100644 (file)
@@ -40,7 +40,7 @@ public class FlowReader implements Runnable, FlowCounterMBean {
     private final boolean isConfigDs;
     private AtomicLong flowCount = new AtomicLong(0);
     private AtomicInteger readOpStatus = new AtomicInteger(FlowCounter.OperationStatus.INIT.status());
-    private final String UNITS = "ns";
+    private static final String UNITS = "ns";
 
     private FlowReader(final DataBroker dataBroker,
                       final Integer dpnCount,