Separate out {Identity,Equality}QueuedNotificationManager
[yangtools.git] / common / util / src / main / java / org / opendaylight / yangtools / util / concurrent / NotificationManager.java
index 531adfcb812fb373d35876a0502750c18453e545..3c21d65a6c80ccbe6c72ff819e4da5bbc33c1015 100644 (file)
@@ -41,5 +41,4 @@ public interface NotificationManager<L, N> {
      * @throws RejectedExecutionException if a notification can't be queued for dispatching
      */
     void submitNotifications(L listener, Iterable<N> notifications);
-
 }