Polish javadoc
This commit is contained in:
@@ -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}.
|
||||
|
||||
Reference in New Issue
Block a user