Polish javadoc

This commit is contained in:
Phillip Webb 2015-02-25 11:26:18 -08:00
parent f43f2fb8c4
commit 2a87971fc2
1 changed files with 2 additions and 1 deletions

View File

@ -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}.