Skip to content

Commit

Permalink
add document comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Costello committed Jan 16, 2024
1 parent ed8f5c1 commit 7c93280
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/commcare/suite/model/Detail.java
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ public Text getNoItemsText() {
return noItemsText;
}

/**
*
* @return Text displayed in the Continue button on multi-select case list.
*/
@Nullable
public Text getSelectText() {
return selectText;
Expand Down

0 comments on commit 7c93280

Please sign in to comment.