Fixing malformed Javadoc warnings in jetty-servlet
This commit is contained in:
parent
b378049d1a
commit
7fb7fe71ec
|
@ -98,7 +98,7 @@ public class ServletMapping
|
|||
|
||||
/* ------------------------------------------------------------ */
|
||||
/**
|
||||
* @param default1
|
||||
* @param fromDefault
|
||||
*/
|
||||
public void setDefault(boolean fromDefault)
|
||||
{
|
||||
|
|
|
@ -41,10 +41,7 @@ import org.junit.Test;
|
|||
|
||||
/**
|
||||
* This tests verifies that merging of queryStrings works when dispatching
|
||||
* Requests via {@link Continuation} multiple times.
|
||||
*
|
||||
* @author tbecker
|
||||
*
|
||||
* Requests via {@link AsyncContext} multiple times.
|
||||
*/
|
||||
public class AsyncContextDispatchWithQueryStrings {
|
||||
|
||||
|
|
Loading…
Reference in New Issue