mirror of
https://github.com/square/okhttp.git
synced 2026-01-17 08:42:25 +03:00
Merge pull request #1492 from square/jw/missing-quote
Add missing quote.
This commit is contained in:
@@ -44,7 +44,7 @@ public interface WebSocketListener {
|
||||
* from a call to {@link WebSocket#close(int, String) close()} or as an unprompted
|
||||
* message from the server.
|
||||
*
|
||||
* @param code The <a href="http://tools.ietf.org/html/rfc6455#section-7.4.1>RFC-compliant</a>
|
||||
* @param code The <a href="http://tools.ietf.org/html/rfc6455#section-7.4.1">RFC-compliant</a>
|
||||
* status code.
|
||||
* @param reason Reason for close or an empty string.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user