Skip to content

Commit

Permalink
Polish "Fix typo and use of componentry"
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Dec 29, 2021
1 parent 65d2e9b commit 900e0f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -133,7 +133,7 @@
* setting of the <em>thread name prefix</em> of the {@code Executor}; this is because
* the {@code <task:executor>} element does not expose such an attribute. This
* demonstrates how the JavaConfig-based approach allows for maximum configurability
* through direct access to actual component.
* through direct access to the actual component.
*
* <p>The {@link #mode} attribute controls how advice is applied: If the mode is
* {@link AdviceMode#PROXY} (the default), then the other attributes control the behavior
Expand Down
Expand Up @@ -180,7 +180,7 @@
* instead of a custom <em>{@code Trigger}</em> implementation; this is because the
* {@code task:} namespace {@code scheduled} cannot easily expose such support. This is
* but one demonstration how the code-based approach allows for maximum configurability
* through direct access to actual component.
* through direct access to the actual component.
*
* <p><b>Note: {@code @EnableScheduling} applies to its local application context only,
* allowing for selective scheduling of beans at different levels.</b> Please redeclare
Expand Down
Expand Up @@ -129,7 +129,7 @@ public class SpringServletContainerInitializer implements ServletContainerInitia
* method will be invoked on each instance, delegating the {@code ServletContext} such
* that each instance may register and configure servlets such as Spring's
* {@code DispatcherServlet}, listeners such as Spring's {@code ContextLoaderListener},
* or any other Servlet API component such as filters.
* or any other Servlet API features such as filters.
* @param webAppInitializerClasses all implementations of
* {@link WebApplicationInitializer} found on the application classpath
* @param servletContext the servlet context to be initialized
Expand Down

0 comments on commit 900e0f5

Please sign in to comment.