Commit 2a87971f authored by Phillip Webb's avatar Phillip Webb

Polish javadoc

parent f43f2fb8
......@@ -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}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment