Skip to content

Commit

Permalink
Merge pull request #996 from slovdahl/master
Browse files Browse the repository at this point in the history
Typo in javadoc fixed
  • Loading branch information
jfarcand committed Apr 4, 2013
2 parents e1bdfc9 + d2f7b90 commit 9788934
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* <p>
* 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";
/**
Expand Down

0 comments on commit 9788934

Please sign in to comment.