BUG-272: remove trailing whitespace from Java files
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / RegistrationListener.java
index b4f51f5771950826ede6d67f37b568106f29f01e..f088c0a0bdde1f29f5ff0bd4054d3b3137ab8f7e 100644 (file)
@@ -14,6 +14,6 @@ import org.opendaylight.yangtools.concepts.Registration;
 public interface RegistrationListener<T extends Registration<?>> extends EventListener {
 
     void onRegister(T registration);
-    
+
     void onUnregister(T registration);
 }