Skip to content

Commit 2a87971

Browse files
committed
Polish javadoc
1 parent f43f2fb commit 2a87971

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot/src/main/java/org/springframework/boot/context/embedded/EmbeddedServletContainer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
/**
2020
* Simple interface that represents a fully configured embedded servlet container (for
21-
* example Tomcat or Jetty). Allows the container to be {@link #stop() stopped}.
21+
* example Tomcat or Jetty). Allows the container to be {@link #start() started} and
22+
* {@link #stop() stopped}.
2223
* <p>
2324
* Instances of this class are usually obtained via a
2425
* {@link EmbeddedServletContainerFactory}.

0 commit comments

Comments
 (0)