Browse Source

fix comment

Looly 5 years ago
parent
commit
c47272922b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      hutool-cron/src/main/java/cn/hutool/cron/pattern/CronPattern.java

+ 0 - 1
hutool-cron/src/main/java/cn/hutool/cron/pattern/CronPattern.java

@@ -45,7 +45,6 @@ import java.util.TimeZone;
  * 
  * <pre>
  * 当isMatchSecond为<code>true</code>时才会匹配秒部分
- * 当isMatchYear为<code>true</code>时才会匹配年部分
  * 默认都是关闭的
  * </pre>
  *