Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 9, 2024
1 parent b1fe21b commit 542fa23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public DiskFileItem get() {
/**
* Counter used in unique identifier generation.
*/
private static final AtomicInteger COUNTER = new AtomicInteger(0);
private static final AtomicInteger COUNTER = new AtomicInteger();

/**
* Constructs a new {@link Builder}.
Expand Down

0 comments on commit 542fa23

Please sign in to comment.