docs: fix KDoc for contentUri property by removing incorrect @param tag

This commit is contained in:
Rsedp8 2025-05-24 17:39:30 +02:00
parent e46f35a90b
commit 68c164c6de

View file

@ -8,7 +8,7 @@ class Bookmark(
/** /**
* Gets or Sets the content URI - marking this bookmark as already saved in the database * Gets or Sets the content URI - marking this bookmark as already saved in the database
* @return content URI * @return content URI
* @param contentUri the content URI * contentUri the content URI
*/ */
var contentUri: Uri?, var contentUri: Uri?,
) { ) {