mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 03:19:13 +00:00
Quick javadoc fixes
This commit is contained in:
parent
bb03bb090b
commit
ee1f0e5d9e
@ -36,7 +36,7 @@ public class ThreadMonitorInfo
|
|||||||
/**
|
/**
|
||||||
* Instantiates a new thread monitor info.
|
* Instantiates a new thread monitor info.
|
||||||
*
|
*
|
||||||
* @param threadInfo the thread info
|
* @param thread the thread this object is created for
|
||||||
*/
|
*/
|
||||||
public ThreadMonitorInfo(Thread thread)
|
public ThreadMonitorInfo(Thread thread)
|
||||||
{
|
{
|
||||||
|
@ -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
|
@Override
|
||||||
protected void updateLayers(Set<String> filenames)
|
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
|
@Override
|
||||||
protected void updateLayers(Set<String> filenames)
|
protected void updateLayers(Set<String> filenames)
|
||||||
|
@ -42,7 +42,7 @@ public class WebSocketFactory
|
|||||||
/**
|
/**
|
||||||
* @param request
|
* @param request
|
||||||
* @param protocol
|
* @param protocol
|
||||||
* @return
|
* @returns
|
||||||
*/
|
*/
|
||||||
WebSocket doWebSocketConnect(HttpServletRequest request, String protocol);
|
WebSocket doWebSocketConnect(HttpServletRequest request, String protocol);
|
||||||
|
|
||||||
@ -136,7 +136,6 @@ public class WebSocketFactory
|
|||||||
* @param request The request to upgrade
|
* @param request The request to upgrade
|
||||||
* @param response The response to upgrade
|
* @param response The response to upgrade
|
||||||
* @param websocket The websocket handler implementation to use
|
* @param websocket The websocket handler implementation to use
|
||||||
* @param origin The origin of the websocket connection
|
|
||||||
* @param protocol The websocket protocol
|
* @param protocol The websocket protocol
|
||||||
* @throws IOException in case of I/O errors
|
* @throws IOException in case of I/O errors
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user