Skip to content

Commit 93eea6b

Browse files
FlorentinDs1ck
andcommitted
Remove NotNull annotation
We mostly annotate methods with @nullable and @NotNull is implicit Co-authored-by: Martin Junghanns <martin.junghanns@neotechnology.com>
1 parent 06e3a5f commit 93eea6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/neo4j/gds/core/utils/progress/EmptyTaskStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public Stream<UserTask> query(JobId jobId) {
4545
}
4646

4747
@Override
48-
public @NotNull Stream<UserTask> query(String username) {
48+
public Stream<UserTask> query(String username) {
4949
return Stream.empty();
5050
}
5151

0 commit comments

Comments
 (0)