Skip to content

Commit

Permalink
Update spring/boot2-autoconfigure/src/test/java/com/linecorp/armeria/…
Browse files Browse the repository at this point in the history
…spring/RetryableArmeriaServerGracefulShutdownLifecycle.java

Co-authored-by: minux <songmw725@gmail.com>
  • Loading branch information
ikhoon and minwoox committed Aug 23, 2022
1 parent 4f98c26 commit 9c38f92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import com.linecorp.armeria.server.Server;

/**
* An {@link SmartLifecycle} which retries to start the {@link Server} up to {@code maxAttempts}.
* A {@link SmartLifecycle} which retries to start the {@link Server} up to {@code maxAttempts}.
* This is useful for testing that needs to bind a server to a random port number obtained in advance.
*/
final class RetryableArmeriaServerGracefulShutdownLifecycle implements SmartLifecycle {
Expand Down

0 comments on commit 9c38f92

Please sign in to comment.