Kill trailing whitespace
[yangtools.git] / common / concepts / src / main / java / org / opendaylight / yangtools / concepts / MutationBehaviour.java
index 6cf499fc405554093489b3a20fdeb2f02a18f206..30e1fbd2f925f31779cafea99260f8578a2563a0 100644 (file)
@@ -9,10 +9,10 @@ package org.opendaylight.yangtools.concepts;
 
 /**
  * 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
  *
  * @param <T> Mutation Type