We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e7493 commit 258ac6bCopy full SHA for 258ac6b
modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/RegisteredDomainProcessorTests.java
@@ -21,8 +21,8 @@
21
/**
22
* Test parsing of an eTLD from a FQDN. The list of eTLDs is maintained here:
23
* https://github.com/publicsuffix/list/blob/master/public_suffix_list.dat
24
- *
25
- * Effective TLDs (eTLS) are not the same as DNS TLDs. Uses for eTLDs are listed here.
+ * <p>
+ * Effective TLDs (eTLDs) are not the same as DNS TLDs. Uses for eTLDs are listed here:
26
* https://publicsuffix.org/learn/
27
*/
28
public class RegisteredDomainProcessorTests extends ESTestCase {
0 commit comments