This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 62578458 Site format tweak
62578458 is described below

commit 62578458388b75a23b3ce39a026ed5ff4e7b7b90
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Sep 19 13:18:39 2024 -0400

    Site format tweak
---
 src/site/xdoc/userguide.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/xdoc/userguide.xml b/src/site/xdoc/userguide.xml
index 598b6c24..fd5039ad 100644
--- a/src/site/xdoc/userguide.xml
+++ b/src/site/xdoc/userguide.xml
@@ -205,8 +205,8 @@ final String text = interpolator.replace(
     "<a 
href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#environmentVariableStringLookup()">Environment
 Variable</a>:  ${env:USERNAME}\n" +
     "<a 
href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#fileStringLookup(java.nio.file.Path...)()">File
 Content</a>:          ${file:UTF-8:src/test/resources/document.properties}\n" +
     "<a 
href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#javaPlatformStringLookup()">Java</a>:
                  ${java:version}\n" +
-    "<a 
href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#localHostStringLookup()">Local
 host</a>:             ${localhost:canonical-name}\n" +
-    "<a 
href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#localHostStringLookup()">Loopback
 address</a>:             ${loopbackAddress:canonical-name}\n" +
+    "<a 
href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#localHostStringLookup()">Local
 host</a>:            ${localhost:canonical-name}\n" +
+    "<a 
href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#localHostStringLookup()">Loopback
 address</a>:      ${loopbackAddress:canonical-name}\n" +
     "<a 
href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#propertiesStringLookup(java.nio.file.Path...)()">Properties
 File</a>:       ${properties:src/test/resources/document.properties::mykey}\n" 
+
     "<a 
href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#resourceBundleStringLookup(java.lang.String)()">Resource
 Bundle</a>:       
${resourceBundle:org.apache.commons.text.example.testResourceBundleLookup:mykey}\n"
 +
     "<a 
href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#systemPropertyStringLookup()">System
 Property</a>:       ${sys:user.dir}\n" +

Reply via email to