From 243283b78878e01d61403c52037c28db4fc2a610 Mon Sep 17 00:00:00 2001 From: siujamo Date: Thu, 28 May 2026 15:28:53 +0800 Subject: [PATCH] docs: reformatted javadocs --- .../deltaforceguide/interceptor/GitLabWebhookInterceptor.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/onixbyte/deltaforceguide/interceptor/GitLabWebhookInterceptor.java b/src/main/java/com/onixbyte/deltaforceguide/interceptor/GitLabWebhookInterceptor.java index 68030fc..f933928 100644 --- a/src/main/java/com/onixbyte/deltaforceguide/interceptor/GitLabWebhookInterceptor.java +++ b/src/main/java/com/onixbyte/deltaforceguide/interceptor/GitLabWebhookInterceptor.java @@ -45,6 +45,7 @@ public class GitLabWebhookInterceptor implements HandlerInterceptor { /** * Validates the GitLab webhook signature headers on the incoming request. + *

* Reads {@code webhook-id}, {@code webhook-timestamp}, and * {@code webhook-signature} headers and verifies the signature against the * configured signing token. If no token is configured, verification is skipped.