mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix doc
This commit is contained in:
@@ -137,6 +137,7 @@ public class AntPathMatcher {
|
|||||||
*
|
*
|
||||||
* @param cachePatterns 是否缓存表达式
|
* @param cachePatterns 是否缓存表达式
|
||||||
* @see #getStringMatcher(String)
|
* @see #getStringMatcher(String)
|
||||||
|
* @return this
|
||||||
*/
|
*/
|
||||||
public AntPathMatcher setCachePatterns(boolean cachePatterns) {
|
public AntPathMatcher setCachePatterns(boolean cachePatterns) {
|
||||||
this.cachePatterns = cachePatterns;
|
this.cachePatterns = cachePatterns;
|
||||||
|
Reference in New Issue
Block a user