Skip to content

Commit

Permalink
Add sequence in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
geatrigger committed Sep 19, 2024
1 parent ee08dd7 commit 4fd8bf4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class AuditReplayCommand implements Delayed {

AuditReplayCommand(Long sequence, long absoluteTimestamp, String ugi, String command,
String src, String dest, String sourceIP) {
this.sequence = sequence;
this.absoluteTimestamp = absoluteTimestamp;
this.ugi = ugi;
this.command = command;
Expand Down

0 comments on commit 4fd8bf4

Please sign in to comment.