Skip to content

Commit 91b21df

Browse files
Spotless
1 parent 2a8e441 commit 91b21df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/appsec/src/main/java/com/datadog/appsec/api/security/ApiAccessTracker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class ApiAccessTracker {
2222
private static final int INTERVAL_SECONDS = 30;
2323
private static final int MAX_SIZE = 4096;
2424
private final Map<Long, Long> apiAccessMap; // Map<hash, timestamp>
25-
private final Deque<Long> apiAccessQueue; // hashes ordered by access time
25+
private final Deque<Long> apiAccessQueue; // hashes ordered by access time
2626
private final long expirationTimeInMs;
2727
private final int capacity;
2828

0 commit comments

Comments
 (0)