Skip to content

Commit

Permalink
Make PropertiesLdapConnectionDetails package-private
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and mhalbritter committed Mar 26, 2024
1 parent de150da commit 2b5d0b3
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit 2b5d0b3

Please sign in to comment.