Fix javadoc of sleep time. Fixes #918.

master
Sutra Zhou 2020-04-12 01:30:57 +08:00
parent b98a87e45a
commit c46400d126
1 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ public class Site {
/** /**
* Set the interval between the processing of two pages.<br> * Set the interval between the processing of two pages.<br>
* Time unit is micro seconds.<br> * Time unit is milliseconds.<br>
* *
* @param sleepTime sleepTime * @param sleepTime sleepTime
* @return this * @return this
@ -215,7 +215,7 @@ public class Site {
/** /**
* Get the interval between the processing of two pages.<br> * Get the interval between the processing of two pages.<br>
* Time unit is micro seconds.<br> * Time unit is milliseconds.<br>
* *
* @return the interval between the processing of two pages, * @return the interval between the processing of two pages,
*/ */