Clean up Javadoc and source code regarding " ." typos
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user