Fix checkstyle issues in module sal-dom-broker
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / main / java / org / opendaylight / controller / md / sal / dom / broker / impl / jmx / CommitStatsMXBeanImpl.java
index 0d5306faf7fbb4f479b8c63504ef40d5aca71c48..d7d1feef652e7fba79ea04b858902b140606889a 100644 (file)
@@ -25,11 +25,11 @@ public class CommitStatsMXBeanImpl extends AbstractMXBean implements CommitStats
      * Constructor.
      *
      * @param commitStatsTracker the DurationStatsTracker used to obtain the stats.
-     * @param mBeanType mBeanType Used as the <code>type</code> property in the bean's ObjectName.
+     * @param mbeantype mBeanType Used as the <code>type</code> property in the bean's ObjectName.
      */
     public CommitStatsMXBeanImpl(@Nonnull DurationStatisticsTracker commitStatsTracker,
-            @Nonnull String mBeanType) {
-        super("CommitStats", mBeanType, null);
+            @Nonnull String mbeantype) {
+        super("CommitStats", mbeantype, null);
         this.commitStatsTracker = commitStatsTracker;
     }