Repository: incubator-atlas
Updated Branches:
  refs/heads/master de9b890dd -> cda983f34


ATLAS-422 JavaDoc NotificationConsumer and NotificationInterface - additional 
patch


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/cda983f3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/cda983f3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/cda983f3

Branch: refs/heads/master
Commit: cda983f34b004ccc3e849cfedae9578a9c5e8637
Parents: de9b890
Author: Shwetha GS <[email protected]>
Authored: Wed Mar 2 10:49:30 2016 +0530
Committer: Shwetha GS <[email protected]>
Committed: Wed Mar 2 10:49:30 2016 +0530

----------------------------------------------------------------------
 .../java/org/apache/atlas/notification/NotificationConsumer.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/cda983f3/notification/src/main/java/org/apache/atlas/notification/NotificationConsumer.java
----------------------------------------------------------------------
diff --git 
a/notification/src/main/java/org/apache/atlas/notification/NotificationConsumer.java
 
b/notification/src/main/java/org/apache/atlas/notification/NotificationConsumer.java
index f0956a8..78e8ce7 100644
--- 
a/notification/src/main/java/org/apache/atlas/notification/NotificationConsumer.java
+++ 
b/notification/src/main/java/org/apache/atlas/notification/NotificationConsumer.java
@@ -22,7 +22,7 @@ package org.apache.atlas.notification;
  *
  * @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.
      *

Reply via email to