summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author lyn <lynhan@google.com> 2025-02-27 14:29:39 -0800
committer lyn <lynhan@google.com> 2025-02-27 15:26:40 -0800
commit34458ea9512975db89c7e6e40d0572a1d76f704e (patch)
tree2d9d251acd49eca8b62d1e882a3339bf08d5d60b
parent0103b68f548924f86f78be040b9ca48984bece2f (diff)
Update ListAttachState.section javadoc
Bug: 395698521 Test: treehugger Flag: com.android.systemui.notification_bundle_ui Change-Id: I6af8183f1cb407117c4db31c44550b2b2d6354d4
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ListAttachState.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ListAttachState.kt b/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ListAttachState.kt
index 4a1b9568c714..04dc7d5ed3ff 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ListAttachState.kt
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ListAttachState.kt
@@ -31,8 +31,8 @@ data class ListAttachState private constructor(
var parent: PipelineEntry?,
/**
- * The section that this ListEntry was sorted into. If the child of the group, this will be the
- * parent's section. Null if not attached to the list.
+ * The section that this PipelineEntry was sorted into. If the child of the group, this will be
+ * the parent's section. Null if not attached to the list.
*/
var section: NotifSection?,