Skip to content

Commit 258ac6b

Browse files
committed
Tidy up this comment
1 parent c3e7493 commit 258ac6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/RegisteredDomainProcessorTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
/**
2222
* Test parsing of an eTLD from a FQDN. The list of eTLDs is maintained here:
2323
* 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.
24+
* <p>
25+
* Effective TLDs (eTLDs) are not the same as DNS TLDs. Uses for eTLDs are listed here:
2626
* https://publicsuffix.org/learn/
2727
*/
2828
public class RegisteredDomainProcessorTests extends ESTestCase {

0 commit comments

Comments
 (0)