From 1ce14dad4610c4a25929ffd33b3064306bc06239 Mon Sep 17 00:00:00 2001 From: Christian Becker Date: Mon, 12 May 2014 10:43:46 +0200 Subject: [PATCH] Fixed typo in HTTP_2 JavaDoc. --- okhttp/src/main/java/com/squareup/okhttp/Protocol.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okhttp/src/main/java/com/squareup/okhttp/Protocol.java b/okhttp/src/main/java/com/squareup/okhttp/Protocol.java index 10ea5b481..c2f426c13 100644 --- a/okhttp/src/main/java/com/squareup/okhttp/Protocol.java +++ b/okhttp/src/main/java/com/squareup/okhttp/Protocol.java @@ -63,7 +63,7 @@ public enum Protocol { * HTTP/1.1 semantics are layered on HTTP/2. * *

This version of OkHttp implements HTTP/2 draft 10 + * href="http://tools.ietf.org/html/draft-ietf-httpbis-http2-12">draft 12 * with HPACK draft * 6. Future releases of OkHttp may use this identifier for a newer draft