Skip to content

Commit d06b478

Browse files
committed
Align JSpecify @nullable annotation
1 parent 5e2c16c commit d06b478

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: spring-context/src/main/java/org/springframework/context/support/DefaultLifecycleProcessor.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,7 @@ private Executor getBootstrapExecutor() {
248248
return executor;
249249
}
250250

251-
@Nullable
252-
private Long determineConcurrentStartup(int phase) {
251+
private @Nullable Long determineConcurrentStartup(int phase) {
253252
return this.concurrentStartupForPhases.get(phase);
254253
}
255254

0 commit comments

Comments
 (0)