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 2525import javax .naming .directory .Attribute ;
2626import javax .naming .directory .Attributes ;
2727
28- import org .springframework .lang .NonNull ;
28+ import org .jspecify .annotations .NonNull ;
29+
2930import org .springframework .util .Assert ;
3031
3132/**
Original file line number Diff line number Diff line change 4545import io .micrometer .observation .Observation ;
4646import io .micrometer .observation .ObservationConvention ;
4747import io .micrometer .observation .ObservationRegistry ;
48+ import org .jspecify .annotations .NonNull ;
4849
49- import org .springframework .lang .NonNull ;
5050import org .springframework .ldap .NamingException ;
5151import org .springframework .ldap .core .ContextSource ;
5252import org .springframework .ldap .core .DirContextOperations ;
@@ -190,7 +190,7 @@ public KeyValues getLowCardinalityKeyValues(DirContextOperationObservationContex
190190 }
191191
192192 @ Override
193- public boolean supportsContext (@ NonNull Observation .Context context ) {
193+ public boolean supportsContext (Observation .Context context ) {
194194 return context instanceof DirContextOperationObservationContext ;
195195 }
196196
You can’t perform that action at this time.
0 commit comments