From 1ef44259dcc7aa257736efd359f4e28b86aab9e0 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Wed, 26 Sep 2012 14:40:18 -0400 Subject: [PATCH] Missed my period. --- src/main/java/libcore/net/spdy/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/libcore/net/spdy/Settings.java b/src/main/java/libcore/net/spdy/Settings.java index aa24017bb..0e3e40cd5 100644 --- a/src/main/java/libcore/net/spdy/Settings.java +++ b/src/main/java/libcore/net/spdy/Settings.java @@ -38,7 +38,7 @@ final class Settings { static final int DOWNLOAD_RETRANS_RATE = 0x6; /** Window size in bytes. */ static final int INITIAL_WINDOW_SIZE = 0x7; - /** Total number of settings */ + /** Total number of settings. */ static final int COUNT = 0x8; /** Bitfield of which flags that values. */