Skip to content

Commit 74700a3

Browse files
committed
Improve phrasing
1 parent e14be8a commit 74700a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/models/annotation/Annotation.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ class AnnotationDAO @Inject()(sqlClient: SqlClient, annotationLayerDAO: Annotati
368368
* @param forUser
369369
* If set, only annotations of this user are returned. If not set, all annotations are returned.
370370
* @param filterOwnedOrShared
371-
* In the dashboard, list only own + explicitly shared annotations (TRUE). When listing those of another user, list
372-
* all of their annotations the viewer is allowed to see (FALSE).
371+
* If `true`, the function lists only annotations owned by the user or explicitly shared with them (used for the
372+
* user's own dashboard). If `false`, it lists all annotations the viewer is allowed to see.
373373
* @param limit
374374
* The maximum number of annotations to return.
375375
* @param pageNumber

0 commit comments

Comments
 (0)