Skip to content

Commit eab9d24

Browse files
committed
Fix Javadoc typo
1 parent 15749c2 commit eab9d24

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spring-websocket/src/main/java/org/springframework/web/socket/client/standard/AnnotatedEndpointConnectionManager.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import javax.websocket.ContainerProvider;
2020
import javax.websocket.Session;
2121
import javax.websocket.WebSocketContainer;
22-
import javax.websocket.server.ServerEndpoint;
2322

2423
import org.springframework.beans.BeansException;
2524
import org.springframework.beans.factory.BeanFactory;
@@ -31,10 +30,11 @@
3130
import org.springframework.web.socket.handler.BeanCreatingHandlerProvider;
3231

3332
/**
34-
* A WebSocket connection manager that is given a URI, a {@link ServerEndpoint}-annotated
35-
* endpoint, connects to a WebSocket server through the {@link #start()} and
36-
* {@link #stop()} methods. If {@link #setAutoStartup(boolean)} is set to {@code true}
37-
* this will be done automatically when the Spring ApplicationContext is refreshed.
33+
* A WebSocket connection manager that is given a URI, a
34+
* {@link javax.websocket.ClientEndpoint}-annotated endpoint, connects to a
35+
* WebSocket server through the {@link #start()} and {@link #stop()} methods.
36+
* If {@link #setAutoStartup(boolean)} is set to {@code true} this will be
37+
* done automatically when the Spring ApplicationContext is refreshed.
3838
*
3939
* @author Rossen Stoyanchev
4040
* @since 4.0

0 commit comments

Comments
 (0)