Fix checkstyle errors and activate enforcement for concepts
[yangtools.git] / common / concepts / src / main / java / org / opendaylight / yangtools / concepts / MutationBehaviour.java
index 30e1fbd2f925f31779cafea99260f8578a2563a0..2004062ecafc3e3fc9ab4adf407944e54e0685dc 100644 (file)
@@ -8,9 +8,7 @@
 package org.opendaylight.yangtools.concepts;
 
 /**
- * Mutation behavior
- *
- * This interface is used to prevent same class extends multiple types of MutationBehaviour
+ * Mutation behavior. This interface is used to prevent same class extends multiple types of MutationBehaviour
  * such as {@link Immutable} and {@link Mutable} which are mutually exclusive.
  *
  * @author Tony Tkacik