Skip to content

Commit d830134

Browse files
address comments
1 parent 0bf289c commit d830134

File tree

1 file changed

+1
-1
lines changed
  • src/controller/java/src/chip/devicecontroller/model

1 file changed

+1
-1
lines changed

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)