Skip to content

Commit 3e3c33e

Browse files
committed
Add nullability annotations to module/spring-boot-data-ldap
See gh-46587
1 parent 4ece822 commit 3e3c33e

File tree

1 file changed

+3
-0
lines changed
  • module/spring-boot-data-ldap/src/main/java/org/springframework/boot/data/ldap/autoconfigure

1 file changed

+3
-0
lines changed

module/spring-boot-data-ldap/src/main/java/org/springframework/boot/data/ldap/autoconfigure/package-info.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
/**
1818
* Auto-configuration for Spring Data LDAP.
1919
*/
20+
@NullMarked
2021
package org.springframework.boot.data.ldap.autoconfigure;
22+
23+
import org.jspecify.annotations.NullMarked;

0 commit comments

Comments
 (0)