Skip to content

Commit

Permalink
Rebase on master
Browse files Browse the repository at this point in the history
  • Loading branch information
Michail-Antropov committed Sep 4, 2024
1 parent 413a727 commit 7ac7b44
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/controller/java/src/matter/controller/ICDClientInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ data class ICDClientInfo(
val icdAesKey: ByteArray,
val icdHmacKey: ByteArray
) {
override fun toString(): String = "$peerNodeId/$checkInNodeId/$startCounter/$offset/$monitoredSubject"
override fun toString(): String =
"$peerNodeId/$checkInNodeId/$startCounter/$offset/$monitoredSubject"
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ac7b44

Please sign in to comment.