Bug 2245 - fixed multiple types of issues
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / statistics / StatisticsCounters.java
index 1f4d7ca34b4669c4d9b752271ddb2701ac7a9461..89eeff92a6ae4f765a3de26587f112358e2059bd 100644 (file)
@@ -55,7 +55,7 @@ public final class StatisticsCounters implements StatisticsHandler {
      * Get instance of statistics counters, first created object does not start counting and log reporting
      * @return an instance
      */
-    public synchronized static StatisticsCounters getInstance() {
+    public static synchronized StatisticsCounters getInstance() {
         if (instanceHolder == null) {
             instanceHolder = new StatisticsCounters();
         }