You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by jo...@apache.org on 2023/01/11 10:47:09 UTC

[sling-org-apache-sling-testing-rules] branch master updated: fix javadoc

This is an automated email from the ASF dual-hosted git repository.

joerghoh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-rules.git


The following commit(s) were added to refs/heads/master by this push:
     new 95535d5  fix javadoc
95535d5 is described below

commit 95535d54297a4ec93a18ccad41ed247126a77fa6
Author: Joerg Hoh <jo...@apache.org>
AuthorDate: Wed Jan 11 11:46:26 2023 +0100

    fix javadoc
---
 .../org/apache/sling/testing/junit/rules/CustomUserAgentRule.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/testing/junit/rules/CustomUserAgentRule.java b/src/main/java/org/apache/sling/testing/junit/rules/CustomUserAgentRule.java
index c9261cc..22bd9f4 100644
--- a/src/main/java/org/apache/sling/testing/junit/rules/CustomUserAgentRule.java
+++ b/src/main/java/org/apache/sling/testing/junit/rules/CustomUserAgentRule.java
@@ -27,9 +27,9 @@ import org.junit.runners.model.Statement;
 /**
  * Junit rule to overwrite or append the user-agent of all {@link SlingClient}
  * http requests with a custom {@link String}.
- * </p>
+ * <br>
  * May be used on a per class or per test basis.
- * </p>
+ * <br>
  * (In case the
  * user-agent of the {@link HttpClient} is tampered with manually changes will not be applied.)
  */