Polishing

This commit is contained in:
Sam Brannen 2024-05-16 16:47:02 +02:00
parent 28398624bf
commit 93387e69b5
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ class DynamicPropertiesContextCustomizer implements ContextCustomizer {
DynamicPropertiesContextCustomizer.class.getName() + ".dynamicPropertyRegistry";
private static final String DYNAMIC_PROPERTY_SOURCE_BEAN_INITIALIZER_BEAN_NAME =
DynamicPropertiesContextCustomizer.class.getName() + "dynamicPropertySourceBeanInitializer";
DynamicPropertiesContextCustomizer.class.getName() + ".dynamicPropertySourceBeanInitializer";
private final Set<Method> methods;

View File

@ -43,7 +43,7 @@ import org.springframework.web.util.pattern.PathPattern;
import org.springframework.web.util.pattern.PathPatternParser;
/**
* {@code Filter} that can be configured to trim a trailing slashes, and either
* {@code Filter} that can be configured to trim trailing slashes, and either
* send a redirect or wrap the request and continue processing.
*
* <p>Use the static {@link #trimTrailingSlash(String...)} method to begin to