Skip to content

Commit fc83bf2

Browse files
committed
Remove Javadoc
1 parent 7159e7a commit fc83bf2

File tree

1 file changed

+0
-7
lines changed
  • captchaservice-backend/src/main/java/de/muenchen/captchaservice/service/captcha

1 file changed

+0
-7
lines changed

captchaservice-backend/src/main/java/de/muenchen/captchaservice/service/captcha/CaptchaService.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,6 @@ private static String getPayloadHash(final Altcha.Payload payload) {
119119
payload.signature));
120120
}
121121

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-
*/
129122
public void decrementInvalidatedPayloadCount(long count) {
130123
invalidatedPayloadCount.addAndGet(-count);
131124
}

0 commit comments

Comments
 (0)