Expand Identifiable documentation
[yangtools.git] / common / concepts / src / main / java / org / opendaylight / yangtools / concepts / MutationBehaviour.java
index 5aeec70bd872bab5e9447649a1e5fe2388839790..2004062ecafc3e3fc9ab4adf407944e54e0685dc 100644 (file)
@@ -8,12 +8,10 @@
 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 <ttkacik@cisco.com>
+ *
+ * @author Tony Tkacik
  *
  * @param <T> Mutation Type
  */