Skip to content

Commit

Permalink
Remove unused parameter. (#297)
Browse files Browse the repository at this point in the history
* Remove unused parameter.
  • Loading branch information
SomeoneToIgnore authored and Denis committed May 8, 2018
1 parent 5b627a2 commit eebff2d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ private void config(Properties properties) {
setProperty(Constants.SERVLET_PARAMETER_CLOSE_IDLE_SESSIONS,
properties);
setProperty(Constants.SERVLET_PARAMETER_HEARTBEAT_INTERVAL, properties);
setProperty(Constants.SERVLET_PARAMETER_POLYFILL_BASE, properties);
setProperty(Constants.SERVLET_PARAMETER_SEND_URLS_AS_PARAMETERS,
properties);
setProperty(Constants.SERVLET_PARAMETER_PUSH_MODE, properties);
Expand Down

0 comments on commit eebff2d

Please sign in to comment.