File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
core/src/main/java/org/springframework/ldap/core Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 25
25
import javax .naming .directory .Attribute ;
26
26
import javax .naming .directory .Attributes ;
27
27
28
- import org .springframework .lang .NonNull ;
28
+ import org .jspecify .annotations .NonNull ;
29
+
29
30
import org .springframework .util .Assert ;
30
31
31
32
/**
Original file line number Diff line number Diff line change 45
45
import io .micrometer .observation .Observation ;
46
46
import io .micrometer .observation .ObservationConvention ;
47
47
import io .micrometer .observation .ObservationRegistry ;
48
+ import org .jspecify .annotations .NonNull ;
48
49
49
- import org .springframework .lang .NonNull ;
50
50
import org .springframework .ldap .NamingException ;
51
51
import org .springframework .ldap .core .ContextSource ;
52
52
import org .springframework .ldap .core .DirContextOperations ;
@@ -190,7 +190,7 @@ public KeyValues getLowCardinalityKeyValues(DirContextOperationObservationContex
190
190
}
191
191
192
192
@ Override
193
- public boolean supportsContext (@ NonNull Observation .Context context ) {
193
+ public boolean supportsContext (Observation .Context context ) {
194
194
return context instanceof DirContextOperationObservationContext ;
195
195
}
196
196
You can’t perform that action at this time.
0 commit comments