docs: reformatted javadocs

This commit is contained in:
2026-05-28 15:28:53 +08:00
parent 4810ef2b1f
commit 243283b788
@@ -45,6 +45,7 @@ public class GitLabWebhookInterceptor implements HandlerInterceptor {
/** /**
* Validates the GitLab webhook signature headers on the incoming request. * Validates the GitLab webhook signature headers on the incoming request.
* <p>
* Reads {@code webhook-id}, {@code webhook-timestamp}, and * Reads {@code webhook-id}, {@code webhook-timestamp}, and
* {@code webhook-signature} headers and verifies the signature against the * {@code webhook-signature} headers and verifies the signature against the
* configured signing token. If no token is configured, verification is skipped. * configured signing token. If no token is configured, verification is skipped.