Skip to content

Commit

Permalink
Fixed #929
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Sep 6, 2013
1 parent 6692152 commit 57a34da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,9 @@ public interface ApplicationConfig {
* The default content-type value used when Atmosphere requires one.
* <p>
* Default: "text/plain"<br>
* Value: org.atmosphere.cpr.defaultContextType
* Value: org.atmosphere.cpr.defaultContentType
*/
String DEFAULT_CONTENT_TYPE = ApplicationConfig.class.getPackage().getName() + ".defaultContextType";
String DEFAULT_CONTENT_TYPE = ApplicationConfig.class.getPackage().getName() + ".defaultContentType";
/**
* A list of {@link AtmosphereInterceptor} class name that will be invoked before the {@link AtmosphereResource}
* gets delivered to an application or framework.
Expand Down

0 comments on commit 57a34da

Please sign in to comment.