We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43f2fb commit 2a87971Copy full SHA for 2a87971
spring-boot/src/main/java/org/springframework/boot/context/embedded/EmbeddedServletContainer.java
@@ -18,7 +18,8 @@
18
19
/**
20
* Simple interface that represents a fully configured embedded servlet container (for
21
- * example Tomcat or Jetty). Allows the container to be {@link #stop() stopped}.
+ * example Tomcat or Jetty). Allows the container to be {@link #start() started} and
22
+ * {@link #stop() stopped}.
23
* <p>
24
* Instances of this class are usually obtained via a
25
* {@link EmbeddedServletContainerFactory}.
0 commit comments