fix typo in PathParamServerEndpointConfig javadoc (#1145)

Signed-off-by: Ben Duffield <bduffield@palantir.com>
This commit is contained in:
Ben Duffield 2016-12-08 08:08:06 +01:00 committed by Greg Wilkins
parent fe493c2c06
commit c7e139a8a6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import org.eclipse.jetty.http.pathmap.UriTemplatePathSpec;
import org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope;
/**
* Wrapper for a {@link ServerEndpointConfig} where there PathParm information from the incoming request.
* Wrapper for a {@link ServerEndpointConfig} where there is PathParam information from the incoming request.
*/
public class PathParamServerEndpointConfig extends BasicServerEndpointConfig implements ServerEndpointConfig
{