Skip to content

Commit fe095df

Browse files
committed
another public bean method
1 parent 51a2147 commit fe095df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/javadiscord/javabot/api/TomcatConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public TomcatConfig(@Value("${tomcat.ajp.port}") int ajpPort, @Value("${tomcat.a
4040
* @return The {@link TomcatServletWebServerFactory}.
4141
*/
4242
@Bean
43-
public TomcatServletWebServerFactory servletContainer() {
43+
TomcatServletWebServerFactory servletContainer() {
4444
TomcatServletWebServerFactory tomcat = new TomcatServletWebServerFactory();
4545
if (tomcatAjpEnabled) {
4646
Connector ajpConnector = new Connector("org.apache.coyote.ajp.AjpNioProtocol");

0 commit comments

Comments
 (0)