Polishing
This commit is contained in:
parent
28398624bf
commit
93387e69b5
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue