Skip to content

Commit 75fa5f6

Browse files
address comments
1 parent 0bf289c commit 75fa5f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/java-matter-controller/java/src/com/matter/controller/commands/pairing/PairOnNetworkLongImReadCommand.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class PairOnNetworkLongImReadCommand(
9898

9999
val unitTestCluster =
100100
requireNotNull(endpointOne.getClusterState(UNIT_TEST_CLUSTER)) {
101-
"unit test cluster not found."
101+
"Unit test cluster not found."
102102
}
103103

104104
val startUpEvents =

src/controller/java/src/chip/devicecontroller/model/Status.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private Status(int status, Optional<Integer> clusterStatus) {
3131
}
3232

3333
// Getters
34-
public int getStatus() {
34+
public Integer getStatus() {
3535
return status;
3636
}
3737

0 commit comments

Comments
 (0)