Skip to content

Commit

Permalink
Add up and completion of javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanDeboutGat committed Apr 4, 2021
1 parent c287de7 commit 203d823
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import us.codecraft.webmagic.Task;

/**
* Remove duplicate requests.
* Remove duplicate requests.</br>
* @author code4crafer@gmail.com
* @since 0.5.1
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
import java.util.List;

/**
* Base selector for html elements.
*
* @author code4crafter@gmail.com
* @since 0.3.0
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package us.codecraft.webmagic.utils;

/**
* Numbers comparison utilility for schedule priority
*
* @author yihua.huang@dianping.com
*/
public abstract class NumberUtils {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import java.util.Set;

/**
* WebMagic collections builders
*
* @author code4crafter@gmail.com
* Date: 16/12/18
* Time: 上午10:16
Expand Down

0 comments on commit 203d823

Please sign in to comment.