Skip to content

Commit ecf9faa

Browse files
address comment
1 parent 83b38e5 commit ecf9faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/java/src/matter/controller/ICDClientInfo.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ package matter.controller
2121
/** Class for holding ICD Client information. */
2222
data class ICDClientInfo(
2323
val peerNodeId: Long,
24-
val checkInNodeId: Long
24+
val checkInNodeId: Long,
2525
val startCounter: Long,
2626
val offset: Long,
2727
val monitoredSubject: Long,

0 commit comments

Comments
 (0)