X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fmessagebus-spi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fmessagebus%2Fspi%2FEventSource.java;h=688077546111bf37b097bb54f034959938924d9d;hp=6a6266a0c62abae07fc155a76ee8a6ad4057753d;hb=a81d98f692b80c45bce3fe6a87e731abfb012a9f;hpb=8d8e440aa795660349714241ec64fdf4b462b378;ds=sidebyside 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 +}