michael-o commented on a change in pull request #118: [TEXT-170] Add String 
lookup for host names and IP addresses
URL: https://github.com/apache/commons-text/pull/118#discussion_r308011800
 
 

 ##########
 File path: 
src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
 ##########
 @@ -454,6 +467,21 @@ public StringLookup localHostStringLookup() {
         return LocalHostStringLookup.INSTANCE;
     }
 
+    /**
+     * Returns the DnsStringLookup singleton instance where the lookup key is 
one of:
+     * <ul>
+     * <li><b>name</b>: for the local host name, for example {@code 
EXAMPLE}.</li>
 
 Review comment:
   This must not be true, it can also be a fully qualified domain name.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to