Skip to content

Commit 991aa4a

Browse files
committed
fix comment
1 parent f2efd30 commit 991aa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp/src/main/java/io/modelcontextprotocol/server/transport/HttpServletSseServerTransportProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ public HttpServletSseServerTransportProvider(ObjectMapper objectMapper, String b
180180
* @param messageEndpoint The endpoint path where clients will send their messages
181181
* @param sseEndpoint The endpoint path where clients will establish SSE connections
182182
* @param keepAliveInterval The interval for keep-alive pings, or null to disable
183+
* keep-alive functionality
183184
* @param contextExtractor The extractor for transport context from the request.
184-
* keep-alive functionality
185185
* @deprecated Use the builder {@link #builder()} instead for better configuration
186186
* options.
187187
*/

0 commit comments

Comments
 (0)