Skip to content

Commit 900e0f5

Browse files
committed
Polish "Fix typo and use of componentry"
See gh-27852
1 parent 65d2e9b commit 900e0f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-context/src/main/java/org/springframework/scheduling/annotation/EnableAsync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
* setting of the <em>thread name prefix</em> of the {@code Executor}; this is because
134134
* the {@code <task:executor>} element does not expose such an attribute. This
135135
* demonstrates how the JavaConfig-based approach allows for maximum configurability
136-
* through direct access to actual component.
136+
* through direct access to the actual component.
137137
*
138138
* <p>The {@link #mode} attribute controls how advice is applied: If the mode is
139139
* {@link AdviceMode#PROXY} (the default), then the other attributes control the behavior

spring-context/src/main/java/org/springframework/scheduling/annotation/EnableScheduling.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
* instead of a custom <em>{@code Trigger}</em> implementation; this is because the
181181
* {@code task:} namespace {@code scheduled} cannot easily expose such support. This is
182182
* but one demonstration how the code-based approach allows for maximum configurability
183-
* through direct access to actual component.
183+
* through direct access to the actual component.
184184
*
185185
* <p><b>Note: {@code @EnableScheduling} applies to its local application context only,
186186
* allowing for selective scheduling of beans at different levels.</b> Please redeclare

spring-web/src/main/java/org/springframework/web/SpringServletContainerInitializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public class SpringServletContainerInitializer implements ServletContainerInitia
129129
* method will be invoked on each instance, delegating the {@code ServletContext} such
130130
* that each instance may register and configure servlets such as Spring's
131131
* {@code DispatcherServlet}, listeners such as Spring's {@code ContextLoaderListener},
132-
* or any other Servlet API component such as filters.
132+
* or any other Servlet API features such as filters.
133133
* @param webAppInitializerClasses all implementations of
134134
* {@link WebApplicationInitializer} found on the application classpath
135135
* @param servletContext the servlet context to be initialized

0 commit comments

Comments
 (0)