From 72c9fc20844ba83295ad3df60c0251db6a736458 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Sat, 7 Jan 2017 21:19:14 +0100 Subject: [PATCH] Use href in WebSocketServer javadoc Motivation: We should use in the javadoc of WebSocketServer. See [#6172]. Modifications: Use href. Result: Fix link in xref. --- .../netty/example/http/websocketx/server/WebSocketServer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/src/main/java/io/netty/example/http/websocketx/server/WebSocketServer.java b/example/src/main/java/io/netty/example/http/websocketx/server/WebSocketServer.java index 3d18f138fe..8e67854729 100644 --- a/example/src/main/java/io/netty/example/http/websocketx/server/WebSocketServer.java +++ b/example/src/main/java/io/netty/example/http/websocketx/server/WebSocketServer.java @@ -31,8 +31,8 @@ import io.netty.handler.ssl.util.SelfSignedCertificate; * * http://localhost:8080/websocket * - * Open your browser at http://localhost:8080/, then the demo page will be loaded and a Web Socket connection will be - * made automatically. + * Open your browser at http://localhost:8080/, then the demo page will be loaded + * and a Web Socket connection will be made automatically. * * This server illustrates support for the different web socket specification versions and will work with: *