Skip to content

Commit

Permalink
make expiry read only
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed May 29, 2024
1 parent 39f5e73 commit 42ff340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AustralianProtectiveMarkings/Expiry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// <summary>
/// Represents how/when a classification will be downgraded.
/// </summary>
public record struct Expiry
public readonly record struct Expiry
{
readonly string? @event;
readonly DateTimeOffset? genDate;
Expand Down

0 comments on commit 42ff340

Please sign in to comment.