Fixing javadoc error
This commit is contained in:
parent
d2c3d7cf09
commit
4a27f3bf4e
|
@ -33,7 +33,9 @@ import java.util.concurrent.TimeUnit;
|
||||||
import java.util.concurrent.TimeoutException;
|
import java.util.concurrent.TimeoutException;
|
||||||
|
|
||||||
import javax.servlet.AsyncContext;
|
import javax.servlet.AsyncContext;
|
||||||
|
import javax.servlet.GenericServlet;
|
||||||
import javax.servlet.ServletConfig;
|
import javax.servlet.ServletConfig;
|
||||||
|
import javax.servlet.ServletContext;
|
||||||
import javax.servlet.ServletException;
|
import javax.servlet.ServletException;
|
||||||
import javax.servlet.UnavailableException;
|
import javax.servlet.UnavailableException;
|
||||||
import javax.servlet.http.HttpServlet;
|
import javax.servlet.http.HttpServlet;
|
||||||
|
@ -62,7 +64,7 @@ import org.eclipse.jetty.util.thread.QueuedThreadPool;
|
||||||
* <p/>
|
* <p/>
|
||||||
* To facilitate JMX monitoring, the {@link HttpClient} instance is set as context attribute,
|
* To facilitate JMX monitoring, the {@link HttpClient} instance is set as context attribute,
|
||||||
* prefixed with the servlet's name and exposed by the mechanism provided by
|
* prefixed with the servlet's name and exposed by the mechanism provided by
|
||||||
* {@link ContextHandler#MANAGED_ATTRIBUTES}.
|
* {@link ServletContext#setAttribute(String, Object)}.
|
||||||
* <p/>
|
* <p/>
|
||||||
* The following init parameters may be used to configure the servlet:
|
* The following init parameters may be used to configure the servlet:
|
||||||
* <ul>
|
* <ul>
|
||||||
|
|
Loading…
Reference in New Issue