Skip to content

Commit

Permalink
The data protocol adds an audit_version attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
doleyzi committed Apr 16, 2024
1 parent 311f91e commit e33f3e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ public interface AttributeConstants {
// it will be added by the Bus with the current time
public static final String MSG_RPT_TIME = "rtms";

// Audit version is used for audit to reconciliation
// Audit version is used for audit to reconciliation
String AUDIT_VERSION = "auditVersion";
}

0 comments on commit e33f3e1

Please sign in to comment.