Skip to content

Commit

Permalink
fix: public to private in ItemAndLastUpdated
Browse files Browse the repository at this point in the history
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
  • Loading branch information
Zoinkwiz and pajlada authored Nov 22, 2024
1 parent 481bfe9 commit 658d359
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
public class ItemAndLastUpdated
{
@Getter
TrackedContainers containerType;
private TrackedContainers containerType;

@Getter
private int lastUpdated = -1;
Expand Down

0 comments on commit 658d359

Please sign in to comment.