Commit cda983f3 by Shwetha GS

ATLAS-422 JavaDoc NotificationConsumer and NotificationInterface - additional patch

parent de9b890d
...@@ -22,7 +22,7 @@ package org.apache.atlas.notification; ...@@ -22,7 +22,7 @@ package org.apache.atlas.notification;
* *
* @param <T> the class type of notifications returned by this consumer * @param <T> the class type of notifications returned by this consumer
*/ */
public interface NotificationConsumer<T>{ public interface NotificationConsumer<T> {
/** /**
* Returns true when the consumer has more notifications. Blocks until a notification becomes available. * Returns true when the consumer has more notifications. Blocks until a notification becomes available.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment