Fix checkstyle violations in sal-common-api
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / data / LogicalDatastoreType.java
index d2e41f1688b78df1922724a02dbf662a262013dc..2951610e414ab2231a277ff29b12566334c94e41 100644 (file)
@@ -13,6 +13,7 @@ public enum LogicalDatastoreType {
      * Logical atastore representing operational state of the system
      * and it's components
      *
+     * <p>
      * This datastore is used to describe operational state of
      * the system and it's operation related data.
      *
@@ -22,10 +23,10 @@ public enum LogicalDatastoreType {
      * Logical Datastore representing configuration state of the system
      * and it's components.
      *
+     * <p>
      * This datastore is used to describe intended state of
      * the system and intended operation mode.
      *
      */
     CONFIGURATION
-
 }