mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 16:29:28 +00:00
Polishing
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ public class DestinationPatternsMessageCondition extends AbstractMessageConditio
|
||||
/**
|
||||
* Alternative constructor accepting a custom PathMatcher.
|
||||
* @param patterns the URL patterns to use; if 0, the condition will match to every request.
|
||||
* @param pathMatcher the PathMatcher to use.
|
||||
* @param pathMatcher the PathMatcher to use
|
||||
*/
|
||||
public DestinationPatternsMessageCondition(String[] patterns, PathMatcher pathMatcher) {
|
||||
this(asList(patterns), pathMatcher);
|
||||
|
||||
Reference in New Issue
Block a user