Skip to content

Commit 0fb2414

Browse files
fix return statement
1 parent 80de7e1 commit 0fb2414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/java/src/chip/devicecontroller/ICDRegistrationInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public byte[] getSymmetricKey() {
4949
}
5050

5151
public Short getClientType() {
52-
reutnr clientType;
52+
return clientType;
5353
}
5454

5555
public static Builder newBuilder() {

0 commit comments

Comments
 (0)