mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 20:39:18 +00:00
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…
x
Reference in New Issue
Block a user