Skip to content

Commit 3922aef

Browse files
committed
Minor: JavaDoc fixes
1 parent 71375cc commit 3922aef

File tree

1 file changed

+3
-3
lines changed
  • crawler4j-commons/src/main/java/edu/uci/ics/crawler4j/url

1 file changed

+3
-3
lines changed

crawler4j-commons/src/main/java/edu/uci/ics/crawler4j/url/WebURL.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ short getDepth()
7171
void setDepth(short depth);
7272

7373
/**
74-
* If {@link WebURLImpl} was provided with a {@link TLDList} then domain will be the
74+
* If {@link WebURL} was provided with a {@link TLDList} then domain will be the
7575
* privately registered domain which is an immediate child of an effective top
7676
* level domain as defined at
7777
* <a href="https://publicsuffix.org">publicsuffix.org</a>. Otherwise it will be
@@ -84,9 +84,9 @@ short getDepth()
8484
String getDomain();
8585

8686
/**
87-
* If {@link WebURLImpl} was provided with a {@link TLDList} then subDomain will be
87+
* If {@link WebURL} was provided with a {@link TLDList} then subDomain will be
8888
* the private portion of the entire domain which is a child of the identified
89-
* registered domain. Otherwise it will be empty. e.g. in
89+
* registered domain. Otherwise, it will be empty. e.g. in
9090
* "http://www.example.com" the subdomain is "www". In
9191
* "http://www.my.company.co.uk" the subdomain would be "www.my".
9292
*/

0 commit comments

Comments
 (0)