Skip to content

Commit 7804ff7

Browse files
MrHadiSatrioclaude
andcommitted
android/foundation: Remove redundant @return tags
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0b67cef commit 7804ff7

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

lib-kmm-foundation/src/androidMain/kotlin/com/hadisatrio/libs/android/foundation/modal/NotificationModalPresenter.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ class NotificationModalPresenter(
5353
fun interface NotificationBuilderFactory {
5454
/**
5555
* Returns a fully configured [NotificationCompat.Builder].
56-
*
57-
* @return The notification builder.
5856
*/
5957
fun create(): NotificationCompat.Builder
6058
}

lib-kmm-foundation/src/androidMain/kotlin/com/hadisatrio/libs/android/foundation/widget/recyclerview/ItemDiffer.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ interface ItemDiffer<T> {
2929
*
3030
* @param oldItem The item from the previous list.
3131
* @param newItem The item from the new list.
32-
* @return `true` if both items represent the same entity.
3332
*/
3433
fun areItemsTheSame(oldItem: T, newItem: T): Boolean
3534

@@ -39,7 +38,6 @@ interface ItemDiffer<T> {
3938
*
4039
* @param oldItem The item from the previous list.
4140
* @param newItem The item from the new list.
42-
* @return `true` if the visible contents are identical.
4341
*/
4442
fun areContentsTheSame(oldItem: T, newItem: T): Boolean
4543
}

lib-kmm-foundation/src/androidMain/kotlin/com/hadisatrio/libs/android/foundation/widget/recyclerview/ViewFactory.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ fun interface ViewFactory {
2929
*
3030
* @param parent The [ViewGroup] that will contain the new view.
3131
* @param viewType Integer discriminator used to select the view type.
32-
* @return The newly created [View].
3332
*/
3433
fun create(parent: ViewGroup, viewType: Int): View
3534
}

0 commit comments

Comments
 (0)