Skip to content

Commit 2b5d0b3

Browse files
izeyemhalbritter
authored andcommitted
Make PropertiesLdapConnectionDetails package-private
See gh-40081
1 parent de150da commit 2b5d0b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ldap/PropertiesLdapConnectionDetails.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
* Adapts {@link LdapProperties} to {@link LdapConnectionDetails}.
2323
*
2424
* @author Philipp Kessler
25-
* @since 3.3.0
2625
*/
27-
public class PropertiesLdapConnectionDetails implements LdapConnectionDetails {
26+
class PropertiesLdapConnectionDetails implements LdapConnectionDetails {
2827

2928
private final LdapProperties properties;
3029

0 commit comments

Comments
 (0)