Quick javadoc fixes

This commit is contained in:
Michael Gorovoy 2011-08-19 12:16:04 -04:00
parent bb03bb090b
commit ee1f0e5d9e
3 changed files with 4 additions and 5 deletions

View File

@ -36,7 +36,7 @@ public class ThreadMonitorInfo
/**
* Instantiates a new thread monitor info.
*
* @param threadInfo the thread info
* @param thread the thread this object is created for
*/
public ThreadMonitorInfo(Thread thread)
{

View File

@ -75,7 +75,7 @@ public class OverlayedAppProviderTest
{
/* ------------------------------------------------------------ */
/**
* @see org.eclipse.jetty.overlays.OverlayedAppProvider#updateLayers(java.util.List)
* @see org.eclipse.jetty.overlays.OverlayedAppProvider#updateLayers(java.util.Set)
*/
@Override
protected void updateLayers(Set<String> filenames)
@ -144,7 +144,7 @@ public class OverlayedAppProviderTest
{
/* ------------------------------------------------------------ */
/**
* @see org.eclipse.jetty.overlays.OverlayedAppProvider#updateLayers(java.util.List)
* @see org.eclipse.jetty.overlays.OverlayedAppProvider#updateLayers(java.util.Set)
*/
@Override
protected void updateLayers(Set<String> filenames)

View File

@ -42,7 +42,7 @@ public class WebSocketFactory
/**
* @param request
* @param protocol
* @return
* @returns
*/
WebSocket doWebSocketConnect(HttpServletRequest request, String protocol);
@ -136,7 +136,6 @@ public class WebSocketFactory
* @param request The request to upgrade
* @param response The response to upgrade
* @param websocket The websocket handler implementation to use
* @param origin The origin of the websocket connection
* @param protocol The websocket protocol
* @throws IOException in case of I/O errors
*/