Fixing malformed Javadoc warnings in jetty-servlet

This commit is contained in:
Joakim Erdfelt 2013-08-14 12:41:03 -07:00
parent b378049d1a
commit 7fb7fe71ec
2 changed files with 2 additions and 5 deletions

View File

@ -98,7 +98,7 @@ public class ServletMapping
/* ------------------------------------------------------------ */ /* ------------------------------------------------------------ */
/** /**
* @param default1 * @param fromDefault
*/ */
public void setDefault(boolean fromDefault) public void setDefault(boolean fromDefault)
{ {

View File

@ -41,10 +41,7 @@ import org.junit.Test;
/** /**
* This tests verifies that merging of queryStrings works when dispatching * This tests verifies that merging of queryStrings works when dispatching
* Requests via {@link Continuation} multiple times. * Requests via {@link AsyncContext} multiple times.
*
* @author tbecker
*
*/ */
public class AsyncContextDispatchWithQueryStrings { public class AsyncContextDispatchWithQueryStrings {