Clean up Javadoc and source code regarding " ." typos

This commit is contained in:
Sam Brannen
2022-12-12 15:42:27 +01:00
parent f8a1dac593
commit 46fc28fd1a
16 changed files with 32 additions and 31 deletions

View File

@@ -24,7 +24,7 @@ import org.springframework.web.socket.WebSocketHandler;
* <p>Decoration should be done through sub-classing
* {@link org.springframework.web.socket.handler.WebSocketHandlerDecorator
* WebSocketHandlerDecorator} to allow any code to traverse decorators and/or
* unwrap the original handler when necessary .
* unwrap the original handler when necessary.
*
* @author Rossen Stoyanchev
* @since 4.1.2
@@ -35,7 +35,7 @@ public interface WebSocketHandlerDecoratorFactory {
* Decorate the given WebSocketHandler.
* @param handler the handler to be decorated.
* @return the same handler or the handler wrapped with a subclass of
* {@code WebSocketHandlerDecorator}.
* {@code WebSocketHandlerDecorator}
*/
WebSocketHandler decorate(WebSocketHandler handler);