Commit a9b8563b authored by Dave Syer's avatar Dave Syer

Fix typo (fixes gh-1273)

parent 0a70bd44
......@@ -420,7 +420,7 @@ that sets up the connector to be secure:
@Override
public void customize(ConfigurableEmbeddedServletContainer factory) {
if(factory instanceof TomcatEmbeddedServletContainerFactory) {
customizeTomcat((TomcatEmbeddedServletContainerFactory) factory));
customizeTomcat((TomcatEmbeddedServletContainerFactory) factory);
}
}
......
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