Skip to content

Commit 93387e6

Browse files
committed
Polishing
1 parent 2839862 commit 93387e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-test/src/main/java/org/springframework/test/context/support/DynamicPropertiesContextCustomizer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class DynamicPropertiesContextCustomizer implements ContextCustomizer {
5252
DynamicPropertiesContextCustomizer.class.getName() + ".dynamicPropertyRegistry";
5353

5454
private static final String DYNAMIC_PROPERTY_SOURCE_BEAN_INITIALIZER_BEAN_NAME =
55-
DynamicPropertiesContextCustomizer.class.getName() + "dynamicPropertySourceBeanInitializer";
55+
DynamicPropertiesContextCustomizer.class.getName() + ".dynamicPropertySourceBeanInitializer";
5656

5757

5858
private final Set<Method> methods;

spring-web/src/main/java/org/springframework/web/filter/UrlHandlerFilter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
import org.springframework.web.util.pattern.PathPatternParser;
4444

4545
/**
46-
* {@code Filter} that can be configured to trim a trailing slashes, and either
46+
* {@code Filter} that can be configured to trim trailing slashes, and either
4747
* send a redirect or wrap the request and continue processing.
4848
*
4949
* <p>Use the static {@link #trimTrailingSlash(String...)} method to begin to

0 commit comments

Comments
 (0)