Commit 10726ffe authored by Phillip Webb's avatar Phillip Webb

Make DEFAULT_PROTOCOL public

Fixes gh-2110
parent 42e2b9a4
...@@ -82,7 +82,7 @@ import org.springframework.util.StringUtils; ...@@ -82,7 +82,7 @@ import org.springframework.util.StringUtils;
public class TomcatEmbeddedServletContainerFactory extends public class TomcatEmbeddedServletContainerFactory extends
AbstractEmbeddedServletContainerFactory implements ResourceLoaderAware { AbstractEmbeddedServletContainerFactory implements ResourceLoaderAware {
private static final String DEFAULT_PROTOCOL = "org.apache.coyote.http11.Http11NioProtocol"; public static final String DEFAULT_PROTOCOL = "org.apache.coyote.http11.Http11NioProtocol";
private File baseDirectory; private File baseDirectory;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment