Skip to content

Commit 35c7e39

Browse files
committed
Polishing
1 parent 8e8c3f5 commit 35c7e39

File tree

3 files changed

+168
-320
lines changed

3 files changed

+168
-320
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2022 the original author or authors.
2+
* Copyright 2002-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -64,9 +64,10 @@ public class DefaultLifecycleProcessor implements LifecycleProcessor, BeanFactor
6464

6565

6666
/**
67-
* Specify the maximum time allotted in milliseconds for the shutdown of
68-
* any phase (group of SmartLifecycle beans with the same 'phase' value).
67+
* Specify the maximum time allotted in milliseconds for the shutdown of any
68+
* phase (group of {@link SmartLifecycle} beans with the same 'phase' value).
6969
* <p>The default value is 30000 milliseconds (30 seconds).
70+
* @see SmartLifecycle#getPhase()
7071
*/
7172
public void setTimeoutPerShutdownPhase(long timeoutPerShutdownPhase) {
7273
this.timeoutPerShutdownPhase = timeoutPerShutdownPhase;

0 commit comments

Comments
 (0)