Skip to content

Commit

Permalink
Fix horreum-client javadoc generation
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Lamparelli <a.lamparelli95@gmail.com>
  • Loading branch information
lampajr committed Nov 20, 2024
1 parent 848fe54 commit 8a24663
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public class HorreumApiKeyAuthentication implements ClientRequestFilter {

/** sync with {@link io.hyperfoil.tools.horreum.server.ApiKeyAuthenticationMechanism} */
/** sync with io.hyperfoil.tools.horreum.server.ApiKeyAuthenticationMechanism */
public static final String HORREUM_AUTHENTICATION_HEADER = "X-Horreum-API-Key";

private static final Logger LOG = Logger.getLogger(HorreumApiKeyAuthentication.class);
Expand Down

0 comments on commit 8a24663

Please sign in to comment.