Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google committed Aug 30, 2024
1 parent 83b38e5 commit ecf9faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/java/src/matter/controller/ICDClientInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package matter.controller
/** Class for holding ICD Client information. */
data class ICDClientInfo(
val peerNodeId: Long,
val checkInNodeId: Long
val checkInNodeId: Long,
val startCounter: Long,
val offset: Long,
val monitoredSubject: Long,
Expand Down

0 comments on commit ecf9faa

Please sign in to comment.