Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
* Adapts {@link LdapProperties} to {@link LdapConnectionDetails}.
*
* @author Philipp Kessler
* @since 3.3.0
*/
public class PropertiesLdapConnectionDetails implements LdapConnectionDetails {
class PropertiesLdapConnectionDetails implements LdapConnectionDetails {

private final LdapProperties properties;

Expand Down