Skip to content

Commit

Permalink
Fix a typo for a non-matched parameter in EventState
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca committed Aug 9, 2023
1 parent 367a0c6 commit f61bf86
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 f61bf86

Please sign in to comment.