Commit f6e6831f authored by Dave Syer's avatar Dave Syer

Correct copy-paste errors in javadocs

parent cc92ba1a
...@@ -372,7 +372,7 @@ public class TomcatEmbeddedServletContainerFactory extends ...@@ -372,7 +372,7 @@ public class TomcatEmbeddedServletContainerFactory extends
/** /**
* Returns a mutable collection of the {@link TomcatContextCustomizer}s that will be * Returns a mutable collection of the {@link TomcatContextCustomizer}s that will be
* applied to the Tomcat {@link Context} . * applied to the Tomcat {@link Context} .
* @return the tomcatContextCustomizers the listeners that will be applied * @return the listeners that will be applied
*/ */
public Collection<TomcatContextCustomizer> getTomcatContextCustomizers() { public Collection<TomcatContextCustomizer> getTomcatContextCustomizers() {
return this.tomcatContextCustomizers; return this.tomcatContextCustomizers;
...@@ -415,9 +415,9 @@ public class TomcatEmbeddedServletContainerFactory extends ...@@ -415,9 +415,9 @@ public class TomcatEmbeddedServletContainerFactory extends
} }
/** /**
* Returns a mutable collection of the {@link TomcatContextCustomizer}s that will be * Returns a mutable collection of the {@link TomcatConnectorCustomizer}s that will be
* applied to the Tomcat {@link Context} . * applied to the Tomcat {@link Context} .
* @return the tomcatContextCustomizers the listeners that will be applied * @return the listeners that will be applied
*/ */
public Collection<TomcatConnectorCustomizer> getTomcatConnectorCustomizers() { public Collection<TomcatConnectorCustomizer> getTomcatConnectorCustomizers() {
return this.tomcatConnectorCustomizers; return this.tomcatConnectorCustomizers;
......
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