From 851e03471bc8c5c17cb7b1829776cf1ccb77493b Mon Sep 17 00:00:00 2001 From: Rsedp8 <91428886+Rsedp8@users.noreply.github.com> Date: Sat, 24 May 2025 18:35:37 +0200 Subject: [PATCH] docs: fix KDoc by replacing @param with @property for contentUri --- .../java/fr/free/nrw/commons/explore/models/RecentSearch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/fr/free/nrw/commons/explore/models/RecentSearch.kt b/app/src/main/java/fr/free/nrw/commons/explore/models/RecentSearch.kt index 2340865a6..0f72cac29 100644 --- a/app/src/main/java/fr/free/nrw/commons/explore/models/RecentSearch.kt +++ b/app/src/main/java/fr/free/nrw/commons/explore/models/RecentSearch.kt @@ -9,9 +9,9 @@ import java.util.Date */ class RecentSearch( /** - * Modifies the content URI - marking this query as already saved in the database + * The content URI that marks this query as already saved in the database. * - * @param contentUri the content URI + * @property contentUri the content URI */ var contentUri: Uri?, /**