Polishing

This commit is contained in:
Juergen Hoeller
2014-11-01 14:05:32 +01:00
parent d1288fdb7c
commit a9c47df0c1
2 changed files with 6 additions and 8 deletions

View File

@@ -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);