Update Site.java

setCycleRetryTimes的javadoc是这么说的:Set cycleRetryTimes times when download fail, 0 by default. Only work in RedisScheduler.
而通过查看源码发现似乎并没有做限制,即只能用于RedisScheduler. 故想问一下该javadoc是否过时了?
master
zhugw 2014-09-12 12:42:57 +08:00
parent 42a30074c9
commit bc666e927d
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ public class Site {
}
/**
* Set cycleRetryTimes times when download fail, 0 by default. Only work in RedisScheduler. <br>
* Set cycleRetryTimes times when download fail, 0 by default. <br>
*
* @return this
*/