Skip to content

Commit 817f797

Browse files
committed
Remove self-enclosing tags from JavaDocs as it made the JavaDocs linter fail
1 parent ec4e139 commit 817f797

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/main/java/org/zapodot/junit/ldap/EmbeddedLdapRule.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ public interface EmbeddedLdapRule extends TestRule {
5050

5151
/**
5252
* Gives access to the listening port for the currently running embedded LDAP server.
53-
* This will make it easier to use other integration
54-
* <p/>
53+
* This will make it easier to use other integration mechanisms
54+
* <p>
5555
* Note: the embedded LDAP server is by default configured to listen only on the loopback address
5656
* (i.e <em>localhost/127.0.0.1</em>) unless another address has been provided to the builder when the rule was built
57+
* </p>
5758
*
5859
* @return the port number that the embedded server is listening to
5960
* @see org.zapodot.junit.ldap.EmbeddedLdapRuleBuilder#bindingToAddress(String)

src/main/java/org/zapodot/junit/ldap/internal/AuthenticationConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/**
99
* LDAP authentication POJO.
10-
* <p/>
10+
*
1111
* This class is part of the internal API and may thus be changed or removed without warning.
1212
*/
1313
public class AuthenticationConfiguration {

0 commit comments

Comments
 (0)