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 / notify / NotificationPublishService.java
index 6a906c5b880df468e7dce19c63e44152089bd568..f5f03a106b36119b188ca489924d514f88b12f00 100644 (file)
@@ -12,6 +12,6 @@ import java.util.concurrent.ExecutorService;
 public interface NotificationPublishService<N> {
 
     void publish(N notification);
-    
+
     void publish(N notification,ExecutorService executor);
 }