Skip to content

Commit bc0132b

Browse files
committed
Merge branch '1.1.x'
2 parents c678c1f + 10726ff commit bc0132b

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)