fix typo in PathParamServerEndpointConfig javadoc (#1145)
Signed-off-by: Ben Duffield <bduffield@palantir.com>
This commit is contained in:
parent
fe493c2c06
commit
c7e139a8a6
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue