Kill trailing whitespace
[yangtools.git] / common / concepts / src / main / java / org / opendaylight / yangtools / concepts / Delegator.java
index be799d7fc05dc680999b814cb15c41b987f3aa53..80373fba278607979c67c4c3d232147b3f43881a 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.yangtools.concepts;
 /**
  * Implementation of this interface delegates all it's calls
  * to the delegator if not specified otherwise.
- * 
+ *
  *
  * @param <T> Type of delegate
  */