Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
cda983f3
Commit
cda983f3
authored
9 years ago
by
Shwetha GS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-422 JavaDoc NotificationConsumer and NotificationInterface - additional patch
parent
de9b890d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
NotificationConsumer.java
...a/org/apache/atlas/notification/NotificationConsumer.java
+1
-1
No files found.
notification/src/main/java/org/apache/atlas/notification/NotificationConsumer.java
View file @
cda983f3
...
...
@@ -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.
*
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment