Polish javadoc
This commit is contained in:
parent
f43f2fb8c4
commit
2a87971fc2
|
|
@ -18,7 +18,8 @@ package org.springframework.boot.context.embedded;
|
|||
|
||||
/**
|
||||
* Simple interface that represents a fully configured embedded servlet container (for
|
||||
* 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
|
||||
* {@link #stop() stopped}.
|
||||
* <p>
|
||||
* Instances of this class are usually obtained via a
|
||||
* {@link EmbeddedServletContainerFactory}.
|
||||
|
|
|
|||
Loading…
Reference in New Issue