Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / messagebus-spi / src / main / java / org / opendaylight / controller / messagebus / spi / EventSource.java
index 6a6266a0c62abae07fc155a76ee8a6ad4057753d..688077546111bf37b097bb54f034959938924d9d 100644 (file)
@@ -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<SchemaPath> getAvailableNotifications();
 
-}
\ No newline at end of file
+}