Skip to content

Commit 8a41c43

Browse files
committed
Fix incorrect nullability javadoc for fetching current workspace comments
1 parent 40cc478 commit 8a41c43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

recaf-core/src/main/java/software/coley/recaf/services/comment/CommentManager.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,7 @@ public WorkspaceComments getWorkspaceComments(@Nonnull Workspace workspace) {
424424
}
425425

426426
/**
427-
* @return Comments container for the current workspace, if any comments exist.
428-
* If there are no comments, then {@code null}.
427+
* @return Comments container for the current workspace.
429428
* If there is no current workspace, then {@code null}.
430429
*/
431430
@Nullable

0 commit comments

Comments
 (0)