Skip to content

Commit b5ba006

Browse files
committed
cleanup
1 parent f31d3b5 commit b5ba006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/src/main/java/cc/blynk/common/model/messages/ResponseMessage.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*/
1111
public class ResponseMessage extends MessageBase {
1212

13-
public ResponseMessage(int messageId, short command, int length) {
14-
super(messageId, command, length);
13+
public ResponseMessage(int messageId, short command, int responseCode) {
14+
super(messageId, command, responseCode);
1515
}
1616

1717
@Override

0 commit comments

Comments
 (0)