We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7159e7a commit fc83bf2Copy full SHA for fc83bf2
captchaservice-backend/src/main/java/de/muenchen/captchaservice/service/captcha/CaptchaService.java
@@ -119,13 +119,6 @@ private static String getPayloadHash(final Altcha.Payload payload) {
119
payload.signature));
120
}
121
122
-
123
- /**
124
- * Decrements the invalidated payload counter when expired payloads are cleaned up.
125
- * This method should be called by the ExpiredDataService when it removes expired entries.
126
- *
127
- * @param count the number of expired payloads that were removed
128
- */
129
public void decrementInvalidatedPayloadCount(long count) {
130
invalidatedPayloadCount.addAndGet(-count);
131
0 commit comments