X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fmessagebus-spi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fmessagebus%2Fspi%2FEventSource.java;h=688077546111bf37b097bb54f034959938924d9d;hb=refs%2Fchanges%2F83%2F48683%2F4;hp=6a6266a0c62abae07fc155a76ee8a6ad4057753d;hpb=c31a6fcf9fb070d4419ca4c32d8b531fdcb5030d;p=controller.git diff --git a/opendaylight/md-sal/messagebus-spi/src/main/java/org/opendaylight/controller/messagebus/spi/EventSource.java b/opendaylight/md-sal/messagebus-spi/src/main/java/org/opendaylight/controller/messagebus/spi/EventSource.java index 6a6266a0c6..6880775461 100644 --- a/opendaylight/md-sal/messagebus-spi/src/main/java/org/opendaylight/controller/messagebus/spi/EventSource.java +++ b/opendaylight/md-sal/messagebus-spi/src/main/java/org/opendaylight/controller/messagebus/spi/EventSource.java @@ -15,7 +15,7 @@ import org.opendaylight.yangtools.yang.model.api.SchemaPath; /** * Event source is a node in topology which is able to produces notifications. - * To register event source you use {@link EventSourceRegistry#registerEventSource(EventSource)()}. + * To register event source you use {@link EventSourceRegistry#registerEventSource(EventSource)}. * EventSourceRegistry will request registered event source to publish notifications * whenever EventSourceRegistry has been asked to publish a certain type of notifications. * EventSourceRegistry will call method JoinTopic to request EventSource to publish notification. @@ -38,4 +38,4 @@ public interface EventSource extends EventSourceService, AutoCloseable { */ List getAvailableNotifications(); -} \ No newline at end of file +}