Move MXBean definitions to cds-mgmt-api
[controller.git] / opendaylight / md-sal / cds-mgmt-api / src / main / java / org / opendaylight / controller / cluster / datastore / jmx / mbeans / CommitStatsMXBean.java
@@ -5,7 +5,6 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.controller.cluster.datastore.jmx.mbeans;
 
 /**
@@ -14,7 +13,6 @@ package org.opendaylight.controller.cluster.datastore.jmx.mbeans;
  * @author Thomas Pantelis
  */
 public interface CommitStatsMXBean {
-
     /**
      * Returns the total number of commits that have occurred.
      *