You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: module/spring-boot-ldap/src/main/java/org/springframework/boot/ldap/autoconfigure/embedded/EmbeddedLdapAutoConfiguration.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -115,8 +115,8 @@ public final class EmbeddedLdapAutoConfiguration implements DisposableBean {
Copy file name to clipboardExpand all lines: module/spring-boot-ldap/src/main/java/org/springframework/boot/ldap/autoconfigure/embedded/EmbeddedLdapProperties.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ public static class Ssl {
161
161
}
162
162
}
163
163
}
164
-
catch (NoSuchAlgorithmExceptione) {
164
+
catch (NoSuchAlgorithmExceptionex) {
165
165
// nothing
166
166
}
167
167
DEFAULT_PROTOCOL = protocol;
@@ -306,7 +306,7 @@ public String getAlgorithm() {
Copy file name to clipboardExpand all lines: module/spring-boot-ldap/src/test/java/org/springframework/boot/ldap/autoconfigure/embedded/EmbeddedLdapAutoConfigurationTests.java
0 commit comments