Skip to content

Commit

Permalink
Fix a typo for a non-matched parameter in EventState (#28597)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored and pull[bot] committed Nov 3, 2023
1 parent 0391291 commit 3330414
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 3330414

Please sign in to comment.