File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
crawler4j-commons/src/main/java/edu/uci/ics/crawler4j/url Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ short getDepth()
71
71
void setDepth (short depth );
72
72
73
73
/**
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
75
75
* privately registered domain which is an immediate child of an effective top
76
76
* level domain as defined at
77
77
* <a href="https://publicsuffix.org">publicsuffix.org</a>. Otherwise it will be
@@ -84,9 +84,9 @@ short getDepth()
84
84
String getDomain ();
85
85
86
86
/**
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
88
88
* 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
90
90
* "http://www.example.com" the subdomain is "www". In
91
91
* "http://www.my.company.co.uk" the subdomain would be "www.my".
92
92
*/
You can’t perform that action at this time.
0 commit comments