Skip to content

Commit 10726ff

Browse files
committed
Make DEFAULT_PROTOCOL public
Fixes gh-2110
1 parent 42e2b9a commit 10726ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot/src/main/java/org/springframework/boot/context/embedded/tomcat/TomcatEmbeddedServletContainerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
public class TomcatEmbeddedServletContainerFactory extends
8383
AbstractEmbeddedServletContainerFactory implements ResourceLoaderAware {
8484

85-
private static final String DEFAULT_PROTOCOL = "org.apache.coyote.http11.Http11NioProtocol";
85+
public static final String DEFAULT_PROTOCOL = "org.apache.coyote.http11.Http11NioProtocol";
8686

8787
private File baseDirectory;
8888

0 commit comments

Comments
 (0)