File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/java/org/zapodot/junit/ldap Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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 */
1313public class AuthenticationConfiguration {
You can’t perform that action at this time.
0 commit comments