mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-05 13:17:58 +08:00
fix doc
This commit is contained in:
parent
8718e6dfe1
commit
e99ce6805c
@ -137,6 +137,7 @@ public class AntPathMatcher {
|
||||
*
|
||||
* @param cachePatterns 是否缓存表达式
|
||||
* @see #getStringMatcher(String)
|
||||
* @return this
|
||||
*/
|
||||
public AntPathMatcher setCachePatterns(boolean cachePatterns) {
|
||||
this.cachePatterns = cachePatterns;
|
||||
|
Loading…
Reference in New Issue
Block a user