Skip to content

Commit 9684f66

Browse files
MrHadiSatrioclaude
andcommitted
kotlin/collection: Remove redundant @return tag
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1e36cfc commit 9684f66

File tree

1 file changed

+0
-1
lines changed
  • lib-kmm-collection/src/commonMain/kotlin/com/hadisatrio/libs/kotlin/collection

1 file changed

+0
-1
lines changed

lib-kmm-collection/src/commonMain/kotlin/com/hadisatrio/libs/kotlin/collection/PagingIterator.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ class PagingIterator<T>(
6767
*
6868
* @param page Zero-based page index.
6969
* @param pageSize Maximum number of items to return.
70-
* @return The requested page of results.
7170
*/
7271
fun obtain(page: Int, pageSize: Int): Page<T>
7372
}

0 commit comments

Comments
 (0)