javadoc fixes #2056 greg review
Signed-off-by: olivier lamy <olamy@webtide.com>
This commit is contained in:
parent
f07ea2bbf3
commit
2a89f23a46
|
@ -287,7 +287,7 @@ public class ServerConnector extends AbstractNetworkConnector
|
||||||
* This open method can be called before starting the connector to pass it a ServerSocketChannel
|
* This open method can be called before starting the connector to pass it a ServerSocketChannel
|
||||||
* that will be used instead of one returned from {@link #openAcceptChannel()}
|
* that will be used instead of one returned from {@link #openAcceptChannel()}
|
||||||
* @param acceptChannel the channel to use
|
* @param acceptChannel the channel to use
|
||||||
* @throws IOException if the server channel cannot be bound
|
* @throws IOException if the server channel is not bound
|
||||||
*/
|
*/
|
||||||
public void open(ServerSocketChannel acceptChannel) throws IOException
|
public void open(ServerSocketChannel acceptChannel) throws IOException
|
||||||
{
|
{
|
||||||
|
|
|
@ -833,7 +833,7 @@ public class ServletHandler extends ScopedHandler
|
||||||
/* ------------------------------------------------------------ */
|
/* ------------------------------------------------------------ */
|
||||||
/**
|
/**
|
||||||
* Create a new CachedChain
|
* Create a new CachedChain
|
||||||
* @param filters a collection of {@link FilterHolder}
|
* @param filters the filter chain to be cached as a collection of {@link FilterHolder}
|
||||||
* @param servletHolder the servletHolder
|
* @param servletHolder the servletHolder
|
||||||
* @return a new {@link CachedChain} instance
|
* @return a new {@link CachedChain} instance
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue