fix javadoc
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 @@
 /**
  * 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.)
  */