Fixing javadoc
This commit is contained in:
parent
2d53fe8744
commit
562cf009f0
|
@ -74,7 +74,7 @@ public class JdbcTestServer extends AbstractTestServer
|
|||
static int __workers=0;
|
||||
|
||||
/**
|
||||
* @see org.eclipse.jetty.server.session.AbstractTestServer#newSessionIdManager()
|
||||
* @see org.eclipse.jetty.server.session.AbstractTestServer#newSessionIdManager(String)
|
||||
*/
|
||||
@Override
|
||||
public SessionIdManager newSessionIdManager(String config)
|
||||
|
|
|
@ -63,7 +63,7 @@ public abstract class AbstractProxySerializationTest
|
|||
|
||||
|
||||
/**
|
||||
* @param sec mseconds to sleep
|
||||
* @param msec milliseconds to sleep
|
||||
*/
|
||||
public void pause(int msec)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue