Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed May 16, 2024
1 parent 2839862 commit 93387e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
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
Expand Down

0 comments on commit 93387e6

Please sign in to comment.