From d2f7b904d21fa6096f18372e4293161a177bd754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20L=C3=B6vdahl?= Date: Thu, 4 Apr 2013 17:15:30 +0300 Subject: [PATCH] Typo in javadoc fixed. --- .../cpr/src/main/java/org/atmosphere/cpr/ApplicationConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cpr/src/main/java/org/atmosphere/cpr/ApplicationConfig.java b/modules/cpr/src/main/java/org/atmosphere/cpr/ApplicationConfig.java index 256a2a854d1..bc6abf78725 100644 --- a/modules/cpr/src/main/java/org/atmosphere/cpr/ApplicationConfig.java +++ b/modules/cpr/src/main/java/org/atmosphere/cpr/ApplicationConfig.java @@ -496,7 +496,7 @@ public interface ApplicationConfig { * The write operation timeout, in millisecond, when using the {@link DefaultBroadcaster}. When the timeout occurs, the calling threads gets interrupted. *

* Default is 5 * 60 * 1000 (5 minutes) - * Value: "org.atmosphere.cpr.Broadcaster.supportOutOfOrderBroadcast" + * Value: "org.atmosphere.cpr.Broadcaster.writeTimeout" */ String WRITE_TIMEOUT = Broadcaster.class.getName() + ".writeTimeout"; /**