Skip to content

Commit

Permalink
Fix a typo for a non-matched parameter in EventState (project-chip#28597
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yufengwangca authored and Alexi Poth committed Aug 15, 2023
1 parent b73eea6 commit 0ea5ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public EventState(
long eventNumber,
int priorityLevel,
int timestampType,
long systemTimeStamp,
long timestampValue,
Object valueObject,
byte[] tlv,
String jsonString) {
Expand Down

0 comments on commit 0ea5ab3

Please sign in to comment.